Namespace:  Apache.NMS
Assembly:  Apache.NMS (in Apache.NMS.dll)

Syntax

Visual Basic
ReadOnly Property IsStarted As Boolean
	Get
C#
bool IsStarted { get; }
Visual C++
property bool IsStarted {
	bool get ();
}
JavaScript
function get_isStarted();

See Also