C-DEngine 5.105

TheThingRegistry..::..WaitForInitializeAsync Method (TheMessageAddress)

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

Syntax


public static Task<TheThing> WaitForInitializeAsync(
	TheMessageAddress thingAddress
)
Public Shared Function WaitForInitializeAsync ( _
	thingAddress As TheMessageAddress _
) As Task(Of TheThing)
public:
static Task<TheThing^>^ WaitForInitializeAsync(
	TheMessageAddress^ thingAddress
)