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.