Click or drag to resize

DatabaseFunctionsGetPersistedWorkflowIdsForServer Method

Get all persisted workflow for a specific host.

Namespace: Scanjour.Workflow4.Host
Assembly: Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public static IEnumerable<Guid> GetPersistedWorkflowIdsForServer(
	Uri oDataUri,
	string serverName
)

Parameters

oDataUri  Uri
The OData Uri.
serverName  String
The host name.

Return Value

IEnumerableGuid

[Missing <returns> documentation for "M:Scanjour.Workflow4.Host.DatabaseFunctions.GetPersistedWorkflowIdsForServer(System.Uri,System.String)"]

See Also