C-DEngine 5.105

TheBaseEngine..::..WaitForStorageReadiness Method

Fires the call back when TheStorageService is ready for business

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

Syntax


public static void WaitForStorageReadiness(
	Action<ICDEThing, Object> pCallback,
	bool FireRam
)
Public Shared Sub WaitForStorageReadiness ( _
	pCallback As Action(Of ICDEThing, Object), _
	FireRam As Boolean _
)
public:
static void WaitForStorageReadiness(
	Action<ICDEThing^, Object^>^ pCallback, 
	bool^ FireRam
)

Parameters

pCallback
Type: Action<(Of <(<'ICDEThing, Object>)>)>
Callback that gets called when TheStorageService is ready
FireRam
Type: Boolean
Also fire if no the node does not have TheStorageService and stores everything in RAM