IOperation.NextRetryAfter Property
Gets the earliest date and time after which the operation should be retried.
Namespace: Microsoft.BusinessData.Offlining
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property NextRetryAfter As DateTime
Get
'Usage
Dim instance As IOperation
Dim value As DateTime
value = instance.NextRetryAfter
DateTime NextRetryAfter { get; }
Property Value
Type: System.DateTime
The earliest date or time after which the operation should be retried.