CommonDatabaseFunctionsGetDispatcherIds Method |
Gets a list of dispatcher identities, based on the provided sequence identity.
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic static IEnumerable<string> GetDispatcherIds(
Uri oDataUri,
string sequenceId
)
Public Shared Function GetDispatcherIds (
oDataUri As Uri,
sequenceId As String
) As IEnumerable(Of String)
public:
static IEnumerable<String^>^ GetDispatcherIds(
Uri^ oDataUri,
String^ sequenceId
)
static member GetDispatcherIds :
oDataUri : Uri *
sequenceId : string -> IEnumerable<string>
Parameters
- oDataUri Uri
- The endpoint of the OData Service.
- sequenceId String
- Sequence identity.
Return Value
IEnumerableStringA collection of dispatcher identities.
See Also