ExecuteWorkflowQuery |
Scroll |
Executes the workflow query on the server.
Namespace: Therefore.API
Visual Basic Public Overridable Function ExecuteWorkflowQuery ( _ nProcessNo As Integer, _ nWorkflowFlags As TheWorkflowFlags, _ pServer As TheServer, _ ) As TheQueryResult C# public virtual TheQueryResult ExecuteWorkflowQuery ( int nProcessNo, TheWorkflowFlags nWorkflowFlags, TheServer pServer )
Parameters nProcessNo Number of the process to search.
nWorkflowFlags TheWorkflowFlags for the query.
pServer A valid and connected TheServer object.
Return Value TheQueryResult instance with the information found by the query. |
|
Pseudo-Static Method This method does not read or write any member variables of the class it belongs to and should be used like a static method. Unfortunately, Component Object Model (COM) interfaces do not support the concept of static methods. You may declare a temporary instance when using the method once or create a singleton or static member in the calling class if you plan on using it frequently. |