[This is preliminary documentation and is subject to change.]
Delete a job from the repository
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2012.2.63.1250 (2012.2.63.1250)
Syntax
C# |
---|
public void DeleteJob( Job job, Options options ) |
Visual Basic |
---|
Public Sub DeleteJob ( _ job As Job, _ options As Options _ ) |
Visual C++ |
---|
public: void DeleteJob( Job^ job, Options^ options ) |
Parameters
- job
- Type: Perforce.P4..::..Job
The job to be deleted
- options
- Type: Perforce.P4..::..Options
Only the '-f' flag is valid when deleting an existing job