DurableOrchestrationClient 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 class DurableOrchestrationClient : Microsoft.Azure.WebJobs.DurableOrchestrationClientBase
type DurableOrchestrationClient = class
inherit DurableOrchestrationClientBase
Public Class DurableOrchestrationClient
Inherits DurableOrchestrationClientBase
Inheritance
DurableOrchestrationClient
Properties
Methods
CreateCheckStatusResponse(HttpRequestMessage, String)
CreateHttpManagementPayload(String)
GetStatusAsync(CancellationToken)
GetStatusAsync(DateTime, Nullable<DateTime>, IEnumerable<OrchestrationRuntimeStatus>, CancellationToken)
GetStatusAsync(DateTime, Nullable<DateTime>, IEnumerable<OrchestrationRuntimeStatus>, Int32, String, CancellationToken)
GetStatusAsync(String, Boolean, Boolean, Boolean)
GetStatusAsync(String, Boolean)
(Inherited from DurableOrchestrationClientBase )
GetStatusAsync(String)
(Inherited from DurableOrchestrationClientBase )
PurgeInstanceHistoryAsync(DateTime, Nullable<DateTime>, IEnumerable<OrchestrationStatus>)
PurgeInstanceHistoryAsync(String)
RaiseEventAsync(String, String, Object)
RaiseEventAsync(String, String, String, Object, String)
RaiseEventAsync(String, String)
(Inherited from DurableOrchestrationClientBase )
RewindAsync(String, String)
StartNewAsync(String, Object)
(Inherited from DurableOrchestrationClientBase )
StartNewAsync(String, String, Object)
TerminateAsync(String, String)
WaitForCompletionOrCreateCheckStatusResponseAsync(HttpRequestMessage, String, TimeSpan, TimeSpan)
WaitForCompletionOrCreateCheckStatusResponseAsync(HttpRequestMessage, String, TimeSpan)
(Inherited from DurableOrchestrationClientBase )
WaitForCompletionOrCreateCheckStatusResponseAsync(HttpRequestMessage, String)
(Inherited from DurableOrchestrationClientBase )
Applies to