DurableOrchestrationContext Class
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 sealed class DurableOrchestrationContext : Microsoft.Azure.WebJobs.DurableOrchestrationContextBase
type DurableOrchestrationContext = class
inherit DurableOrchestrationContextBase
Public NotInheritable Class DurableOrchestrationContext
Inherits DurableOrchestrationContextBase
Inheritance
DurableOrchestrationContext
Properties
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, Boolean)
ContinueAsNew(Object)
CreateTimer(DateTime, CancellationToken)
(Inherited from DurableOrchestrationContextBase )
CreateTimer<T>(DateTime, T, CancellationToken)
GetInput<T>()
NewGuid()
SetCustomStatus(Object)
WaitForExternalEvent(String, TimeSpan)
(Inherited from DurableOrchestrationContextBase )
WaitForExternalEvent(String)
(Inherited from DurableOrchestrationContextBase )
WaitForExternalEvent<T>(String, TimeSpan, T)
WaitForExternalEvent<T>(String, TimeSpan)
WaitForExternalEvent<T>(String)
Applies to