LongRunningOperationStatus.RetryInformation Property
Gets information about the failure of a job to be used in a retry operation.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property RetryInformation As String
Get
Friend Set
'Usage
Dim instance As LongRunningOperationStatus
Dim value As String
value = instance.RetryInformation
public string RetryInformation { get; internal set; }
Property Value
Type: System.String
A string that contains the retry information.
Remarks
The failed operation should write any information needed to retry an operation, so that the subsequent operation can continue.
See Also
Reference
LongRunningOperationStatus Class