C-DEngine 5.105

TheThing..::..CreateThingFromConfigurationAsync Method

Namespace:  nsCDEngine.Engines.ThingService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static Task<TheThing> CreateThingFromConfigurationAsync(
	TheMessageAddress owner,
	TheThing..::..TheThingConfiguration thingConfig
)
Public Shared Function CreateThingFromConfigurationAsync ( _
	owner As TheMessageAddress, _
	thingConfig As TheThing..::..TheThingConfiguration _
) As Task(Of TheThing)
public:
static Task<TheThing^>^ CreateThingFromConfigurationAsync(
	TheMessageAddress^ owner, 
	TheThing..::..TheThingConfiguration^ thingConfig
)