DatabaseFunctionsGetPersistedWorkflowIdsForServer Method |
Get all persisted workflow for a specific host.
Namespace: Scanjour.Workflow4.HostAssembly: Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic static IEnumerable<Guid> GetPersistedWorkflowIdsForServer(
Uri oDataUri,
string serverName
)
Public Shared Function GetPersistedWorkflowIdsForServer (
oDataUri As Uri,
serverName As String
) As IEnumerable(Of Guid)
public:
static IEnumerable<Guid>^ GetPersistedWorkflowIdsForServer(
Uri^ oDataUri,
String^ serverName
)
static member GetPersistedWorkflowIdsForServer :
oDataUri : Uri *
serverName : string -> IEnumerable<Guid>
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