C-DEngine 5.105

ICommonDisco..::..WaitForDiscoReady Method

Registers for the event of "Disco Service Ready"

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

Syntax


void WaitForDiscoReady(
	Action<bool> bIsReady
)
Sub WaitForDiscoReady ( _
	bIsReady As Action(Of Boolean) _
)
void WaitForDiscoReady(
	Action<bool^>^ bIsReady
)

Parameters

bIsReady
Type: Action<(Of <(<'Boolean>)>)>
true if service is ready, false it disco was shutdown