[This is preliminary documentation and is subject to change.]

Update the record for a job in the repository

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2012.2.63.1250 (2012.2.63.1250)

Syntax

C#
public Job UpdateJob(
	Job job
)
Visual Basic
Public Function UpdateJob ( _
	job As Job _
) As Job
Visual C++
public:
Job^ UpdateJob(
	Job^ job
)

Parameters

job
Type: Perforce.P4..::..Job
Job specification for the job being updated

Return Value

The Job object if new job was saved, null if creation failed

See Also