Share via


DurableOrchestrationContext Class

Definition

public sealed class DurableOrchestrationContext : Microsoft.Azure.WebJobs.DurableOrchestrationContextBase
type DurableOrchestrationContext = class
    inherit DurableOrchestrationContextBase
Public NotInheritable Class DurableOrchestrationContext
Inherits DurableOrchestrationContextBase
Inheritance
DurableOrchestrationContext

Properties

CurrentUtcDateTime
InstanceId (Inherited from DurableOrchestrationContextBase)
IsReplaying
ParentInstanceId (Inherited from DurableOrchestrationContextBase)

Methods

CallActivityAsync(String, Object) (Inherited from DurableOrchestrationContextBase)
CallActivityAsync<TResult>(String, Object)
CallActivityWithRetryAsync(String, RetryOptions, Object) (Inherited from DurableOrchestrationContextBase)
CallActivityWithRetryAsync<TResult>(String, RetryOptions, Object)
CallSubOrchestratorAsync(String, Object) (Inherited from DurableOrchestrationContextBase)
CallSubOrchestratorAsync(String, String, Object) (Inherited from DurableOrchestrationContextBase)
CallSubOrchestratorAsync<TResult>(String, Object) (Inherited from DurableOrchestrationContextBase)
CallSubOrchestratorAsync<TResult>(String, String, Object)
CallSubOrchestratorWithRetryAsync(String, RetryOptions, Object) (Inherited from DurableOrchestrationContextBase)
CallSubOrchestratorWithRetryAsync(String, RetryOptions, String, Object) (Inherited from DurableOrchestrationContextBase)
CallSubOrchestratorWithRetryAsync<TResult>(String, RetryOptions, Object) (Inherited from DurableOrchestrationContextBase)
CallSubOrchestratorWithRetryAsync<TResult>(String, RetryOptions, String, Object)
ContinueAsNew(Object)
ContinueAsNew(Object, Boolean)
CreateTimer(DateTime, CancellationToken) (Inherited from DurableOrchestrationContextBase)
CreateTimer<T>(DateTime, T, CancellationToken)
GetInput<T>()
NewGuid()
SetCustomStatus(Object)
WaitForExternalEvent(String) (Inherited from DurableOrchestrationContextBase)
WaitForExternalEvent(String, TimeSpan) (Inherited from DurableOrchestrationContextBase)
WaitForExternalEvent<T>(String)
WaitForExternalEvent<T>(String, TimeSpan)
WaitForExternalEvent<T>(String, TimeSpan, T)

Applies to