DispatcherFunctionsGetComponentsTComponent Method

Gets digitalpost channel component, based on dispatcher id

Definition

Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public static TComponent GetComponents<TComponent>(
	Uri oDataUri,
	string dispatcherId
)
where TComponent : IDigitalPost

Parameters

oDataUri  Uri
The endpoint of the OData Service.
dispatcherId  String
Dispatcher id

Type Parameters

TComponent

[Missing <typeparam name="TComponent"/> documentation for "M:Scanjour.Workflow4.ActivityLibrary.DispatcherFunctions.GetComponents``1(System.Uri,System.String)"]

Return Value

TComponent
The digitalpost channel component

See Also