Cancel a running command
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2016.1.140.7015 (2016.1.140.7015)
Syntax
C# |
---|
public void CancelCommand( P4Command Cmd ) |
Visual Basic |
---|
Public Sub CancelCommand ( _ Cmd As P4Command _ ) |
Visual C++ |
---|
public: void CancelCommand( P4Command^ Cmd ) |
Parameters
- Cmd
- Type: Perforce.P4..::..P4Command