C-DEngine 5.105

TheThingRegistry..::..GetOwnedThingAsync Method (TheMessageAddress, TimeSpan)

NOT IMPLEMENTED YET: Will retreive a thing from a different node

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

Syntax


public static Task<TheThing> GetOwnedThingAsync(
	TheMessageAddress thingAddress,
	TimeSpan timeout
)
Public Shared Function GetOwnedThingAsync ( _
	thingAddress As TheMessageAddress, _
	timeout As TimeSpan _
) As Task(Of TheThing)
public:
static Task<TheThing^>^ GetOwnedThingAsync(
	TheMessageAddress^ thingAddress, 
	TimeSpan^ timeout
)

Parameters

thingAddress
Type: nsCDEngine.Communication..::..TheMessageAddress
timeout
Type: TimeSpan

Return Value