C-DEngine 5.105

TheMirrorCache<(Of <(<'T>)>)>..::..IsReady Property

Gets or sets a value indicating whether this instance is ready.

Namespace:  nsCDEngine.Engines.StorageService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public bool IsReady { get; set; }
Public Property IsReady As Boolean
	Get
	Set
public:
property bool^ IsReady {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if this instance is ready; otherwise, false.