'Declaration
Public Shared Sub RemoveActivityCommand( _ ByVal entry As Entry, _ ByVal activityID As System.String, _ ByVal message As System.String, _ ByVal expectedCmd As System.Integer, _ Optional ByVal sendToJob As System.Boolean _ )
'Usage
Dim entry As Entry Dim activityID As System.String Dim message As System.String Dim expectedCmd As System.Integer Dim sendToJob As System.Boolean CommandHelper.RemoveActivityCommand(entry, activityID, message, expectedCmd, sendToJob)
public static void RemoveActivityCommand( Entry entry, System.string activityID, System.string message, System.int expectedCmd, System.bool sendToJob )
Parameters
- entry
- activityID
- message
- expectedCmd
- sendToJob