TheThingRegistry..::..GetOwnedThingAsync Method (TheMessageAddress)
NOT IMPLEMENTED YET: Returns Owner Thing from a remote Thing
Namespace:
nsCDEngine.Engines.ThingServiceAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public static Task<TheThing> GetOwnedThingAsync( TheMessageAddress thingAddress )
Public Shared Function GetOwnedThingAsync ( _ thingAddress As TheMessageAddress _ ) As Task(Of TheThing)
public: static Task<TheThing^>^ GetOwnedThingAsync( TheMessageAddress^ thingAddress )
Parameters
- thingAddress
- Type: nsCDEngine.Communication..::..TheMessageAddress