LongRunningOperationStatus.OriginalJobId Property
Original ID of the job that has been retried. The PreviousJobId points to the job that ran immediately before this job and failed, while the OriginalJobId points to the job that originated the process.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property OriginalJobId As Guid
Get
Friend Set
'Usage
Dim instance As LongRunningOperationStatus
Dim value As Guid
value = instance.OriginalJobId
public Guid OriginalJobId { get; internal set; }
Property Value
Type: System.Guid
See Also
Reference
LongRunningOperationStatus Class