Share via


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DurableOrchestrationContext 类

定义

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

属性

CurrentUtcDateTime
InstanceId (继承自 DurableOrchestrationContextBase)
IsReplaying
ParentInstanceId (继承自 DurableOrchestrationContextBase)

方法

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

适用于