C-DEngine 5.105

TheThing..::..CreateThingPipelineFromConfigurationAsync Method

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

Syntax


public static Task<List<TheThing>> CreateThingPipelineFromConfigurationAsync(
	TheMessageAddress owner,
	TheThing..::..ThePipelineConfiguration pipelineConfig
)
Public Shared Function CreateThingPipelineFromConfigurationAsync ( _
	owner As TheMessageAddress, _
	pipelineConfig As TheThing..::..ThePipelineConfiguration _
) As Task(Of List(Of TheThing))
public:
static Task<List<TheThing^>^>^ CreateThingPipelineFromConfigurationAsync(
	TheMessageAddress^ owner, 
	TheThing..::..ThePipelineConfiguration^ pipelineConfig
)