LegacyTelogisServiceGetJob Method |
Print this page
Fetch the Job with the Guid provided by the authenticated user.
Namespace: Telogis.API Syntax public Job GetJob(
Guid jobId
)
Public Function GetJob (
jobId As Guid
) As Job
Parameters
- jobId
- Type: SystemGuid
Return Value
Type:
JobSee Also