TheThingRegistry..::..CreateOwnedThingAsync Method (MsgCreateThingRequestV1, TimeSpan)
                
    Namespace: 
   nsCDEngine.Engines.ThingService
Assembly: C-DEngine (in C-DEngine.dll)
            Assembly: C-DEngine (in C-DEngine.dll)
Syntax
public static Task<TheThing> CreateOwnedThingAsync( TheThingRegistry..::..MsgCreateThingRequestV1 createParams, TimeSpan timeout )
Public Shared Function CreateOwnedThingAsync ( _ createParams As TheThingRegistry..::..MsgCreateThingRequestV1, _ timeout As TimeSpan _ ) As Task(Of TheThing)
public: static Task<TheThing^>^ CreateOwnedThingAsync( TheThingRegistry..::..MsgCreateThingRequestV1^ createParams, TimeSpan^ timeout )
Parameters
- createParams
 - Type: nsCDEngine.Engines.ThingService..::..TheThingRegistry..::..MsgCreateThingRequestV1
 
- timeout
 - Type: TimeSpan