Share via


IPSContextInfo.TrackingGuid property

Gets the GUID of the active job in the Project Server Queue Service.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
ReadOnly Property TrackingGuid As Guid
    Get
'Usage
Dim instance As IPSContextInfo
Dim value As Guid

value = instance.TrackingGuid
Guid TrackingGuid { get; }

Property value

Type: System.Guid

Remarks

When Project Server is processing a queue job, the TrackingGuid property can be used to track the queue job.

See also

Reference

IPSContextInfo interface

IPSContextInfo members

Microsoft.Office.Project.Server.Library namespace