IMessageHandlerDisposer
Assembly: ServiceStack.dll
View Source
Declaration
public interface IMessageHandlerDisposer
Methods
DisposeMessageHandler(IMessageHandler)
View Source
Declaration
void DisposeMessageHandler(IMessageHandler messageHandler)
Parameters
Type | Name |
---|---|
ServiceStack.Messaging.IMessageHandler | messageHandler |