RetryContext.Deconstruct Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public void Deconstruct (out Microsoft.DurableTask.TaskOrchestrationContext OrchestrationContext, out int LastAttemptNumber, out Microsoft.DurableTask.TaskFailureDetails LastFailure, out TimeSpan TotalRetryTime, out System.Threading.CancellationToken CancellationToken);
Public Sub Deconstruct (ByRef OrchestrationContext As TaskOrchestrationContext, ByRef LastAttemptNumber As Integer, ByRef LastFailure As TaskFailureDetails, ByRef TotalRetryTime As TimeSpan, ByRef CancellationToken As CancellationToken)
Parameters
- OrchestrationContext
- TaskOrchestrationContext
- LastAttemptNumber
- Int32
- LastFailure
- TaskFailureDetails
- TotalRetryTime
- TimeSpan
- CancellationToken
- CancellationToken