Interface IStartable
A lifecycle for NMS objects to indicate they can be started
Namespace: Apache.NMS
Assembly: Apache.NMS.dll
Syntax
public interface IStartable
Properties
IsStarted
Declaration
bool IsStarted { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Start()
Declaration
void Start()