Condividi tramite


LongRunningOperationStatus.OriginalJobId Property

Gets the original identifier (ID) of the job that was retried.

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

Remarks

The PreviousJobId points to the job that ran immediately before this job and failed; the OriginalJobId points to the job that originated the process.

See Also

Reference

LongRunningOperationStatus Class

LongRunningOperationStatus Members

Microsoft.SharePoint.Publishing Namespace