Gets a value indicating whether the space is ready.

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)

Syntax

C#
bool IsReady { get; }
Visual Basic
ReadOnly Property IsReady As Boolean
	Get
Visual C++
property bool IsReady {
	bool get ();
}

Field Value

true if the space is ready; otherwise, false.

See Also