GetWorkflowStatistics Method of ServerManager Object (Web Services API)
This method returns statistics for the specified workflow on the server with the specified location.
C# Syntax
WorkflowStatistics GetWorkflowStatistics(
string serverLocation,
string workflowName
)
Parameters
serverLocation
This parameter contains the DNS name of the server or its IP address.
workflowName
This parameter contains the workflow name.
Return Value
A WorkflowStatistics object.
See also
3/26/2024 1:49:49 PM