C-DEngine 5.105

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)

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)
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
)

Parameters

createIfNotExist
Type: Boolean
owner
Type: nsCDEngine.Engines.ThingService..::..TheThing
hidden
Type: Boolean
engineName
Type: String
deviceType
Type: String
address
Type: String
instanceId
Type: String
friendlyName
Type: String
properties
Type: Dictionary<(Of <(<'String, Object>)>)>
timeout
Type: TimeSpan