Get all persisted workflow for a specific host.
Namespace: Scanjour.Workflow4.Host
Assembly: Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public static IEnumerable<Guid> GetPersistedWorkflowIdsForServer( Uri oDataUri, string serverName )
Parameters
- oDataUri
- Type: SystemUri
The OData Uri. - serverName
- Type: SystemString
The host name.
Return Value
Type: IEnumerableGuid[Missing <returns> documentation for "M:Scanjour.Workflow4.Host.DatabaseFunctions.GetPersistedWorkflowIdsForServer(System.Uri,System.String)"]
See Also