次の方法で共有


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)

適用対象