Interface ISuspendable
Optional interface for service type objects which support a logical suspend and resume mode. Services that can be suspended when not needed can reduce resource load.
Namespace: Apache.NMS.ActiveMQ
Assembly: Apache.NMS.ActiveMQ.dll
Syntax
public interface ISuspendable
Methods
| Improve this Doc View SourceResume()
Declaration
void Resume()
Suspend()
Declaration
void Suspend()