The ProcessManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
CancelProcessInstances(IEnumerable<(Of <<'(ProcessInstanceCancelData>)>>)) |
Cancels the running process instances specified by the list of ProcessInstanceCancelData.
| |
CancelProcessInstances(ICollection<(Of <<'(Int64>)>>), ICollection<(Of <<'(String>)>>)) | Obsolete.
Cancels process instances specified by the list of numeric IDs.
| |
CancelProcessInstancesAsync(IEnumerable<(Of <<'(ProcessInstanceCancelData>)>>), EventHandler<(Of <<'(AsyncCompletedEventArgs<(Of <<'(ReadOnlyCollection<(Of <<'(ProcessManager..::..CancelResults>)>>)>)>>)>)>>), Object) |
Asynchronously cancels the running process instances specified by the list of ProcessInstanceCancelData.
| |
CancelProcessInstancesAsync(ICollection<(Of <<'(Int64>)>>), ICollection<(Of <<'(String>)>>), EventHandler<(Of <<'(AsyncCompletedEventArgs<(Of <<'(ReadOnlyCollection<(Of <<'(ProcessManager..::..CancelResults>)>>)>)>>)>)>>), Object) | Obsolete.
Asynchronously cancels process instances specified by the list of numeric IDs.
| |
CheckForRunningProcess | Checks to see if the specified process is already running. | |
CheckForRunningProcessAsync | Asynchronously checks to see if the specified process is already running. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetInstance |
Gets a ProcessManager.
| |
GetLaunchableProcesses |
Gets the list of launchable processes for the currently logged in user.
| |
GetLaunchableProcessesAsync |
Asynchronously gets the list of launchable processes for the currently logged in user.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
LaunchProcessByName |
Launches a process specified by Name.
| |
LaunchProcessByNameAsync |
Asynchronously launches a process specified by Name.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
StartWatchingLaunchableProcesses |
Sends a request to the server to watch the list of launchable processes for the currently logged in user.
| |
StartWatchingLaunchableProcessesAsync |
Asynchronously sends a request to the server to watch the list of launchable processes for the currently logged in user.
| |
StopWatchingLaunchableProcesses |
Sends a request to the server to stop watching the list of launchable processes for the currently logged in user.
| |
StopWatchingLaunchableProcessesAsync |
Asynchronously sends a request to the server to stop watching the list of launchable processes for the currently logged in user.
| |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
IsPASv2 |
Specifies if the server is running PASv1 or PASv2.
| |
LaunchableProcesses |
Gets the cached list of launchable processes.
| |
Session |
Gets the Session with which this ProcessManager is associated.
|
Events
Name | Description | |
---|---|---|
LaunchableProcessesChanged |
Raised when existing launchable processes for the logged in user are updated.
|