DurableOrchestrationClientBase 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 abstract class DurableOrchestrationClientBase
type DurableOrchestrationClientBase = class
Public MustInherit Class DurableOrchestrationClientBase
Inheritance
DurableOrchestrationClientBase
Derived
Constructors
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)
GetStatusAsync(String)
PurgeInstanceHistoryAsync(DateTime, Nullable<DateTime>, IEnumerable<OrchestrationStatus>)
PurgeInstanceHistoryAsync(String)
RaiseEventAsync(String, String, Object)
RaiseEventAsync(String, String, String, Object, String)
RaiseEventAsync(String, String)
RewindAsync(String, String)
StartNewAsync(String, Object)
StartNewAsync(String, String, Object)
TerminateAsync(String, String)
WaitForCompletionOrCreateCheckStatusResponseAsync(HttpRequestMessage, String, TimeSpan, TimeSpan)
WaitForCompletionOrCreateCheckStatusResponseAsync(HttpRequestMessage, String, TimeSpan)
WaitForCompletionOrCreateCheckStatusResponseAsync(HttpRequestMessage, String)
Applies to