TheThingRegistry..::..GetOwnedThingAsync Method (TheMessageAddress, TimeSpan)
NOT IMPLEMENTED YET: Will retreive a thing from a different node
Namespace:
nsCDEngine.Engines.ThingServiceAssembly: 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 )