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