TheThingRegistry..::..CreateOwnedThingAsync Method (Boolean, TheThing, Boolean, String, String, String, String, String, Dictionary<(Of <(<'String, Object>)>)>, 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( bool createIfNotExist, TheThing owner, bool hidden, string engineName, string deviceType, string address, string instanceId, string friendlyName, Dictionary<string, Object> properties, TimeSpan timeout )
Public Shared Function CreateOwnedThingAsync ( _ createIfNotExist As Boolean, _ owner As TheThing, _ hidden As Boolean, _ engineName As String, _ deviceType As String, _ address As String, _ instanceId As String, _ friendlyName As String, _ properties As Dictionary(Of String, Object), _ timeout As TimeSpan _ ) As Task(Of TheThing)