PendingTasksRemove Method |
Removes the task by id from the pending tasks object.
Namespace:
MFiles.VAF.MultiserverMode
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic void Remove(
string taskId
)
Public Sub Remove (
taskId As String
)
public:
void Remove(
String^ taskId
)
Parameters
- taskId
- Type: SystemString
Task id to remove.
See Also