Share via


DurableOrchestrationContext Classe

Definição

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

Propriedades

CurrentUtcDateTime
InstanceId (Herdado de DurableOrchestrationContextBase)
IsReplaying
ParentInstanceId (Herdado de DurableOrchestrationContextBase)

Métodos

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

Aplica-se a