expose registerhandler method with attribute parameter
This commit is contained in:
@@ -28,4 +28,6 @@ public interface IApiServer
|
||||
void RegisterHandler(Delegate handler);
|
||||
|
||||
void RegisterHandler(Delegate handler, bool throwOnError);
|
||||
|
||||
void RegisterHandler(Delegate handler, ApiMessageHandlerAttribute attribute, bool throwOnError);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user