DurableOrchestrationClient.PurgeInstanceHistoryAsync Method
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.
Overloads
PurgeInstanceHistoryAsync(String) | |
PurgeInstanceHistoryAsync(DateTime, Nullable<DateTime>, IEnumerable<OrchestrationStatus>) |
PurgeInstanceHistoryAsync(String)
public override System.Threading.Tasks.Task<Microsoft.Azure.WebJobs.PurgeHistoryResult> PurgeInstanceHistoryAsync (string instanceId);
override this.PurgeInstanceHistoryAsync : string -> System.Threading.Tasks.Task<Microsoft.Azure.WebJobs.PurgeHistoryResult>
Public Overrides Function PurgeInstanceHistoryAsync (instanceId As String) As Task(Of PurgeHistoryResult)
Parameters
- instanceId
- String
Returns
Applies to
PurgeInstanceHistoryAsync(DateTime, Nullable<DateTime>, IEnumerable<OrchestrationStatus>)
public override System.Threading.Tasks.Task<Microsoft.Azure.WebJobs.PurgeHistoryResult> PurgeInstanceHistoryAsync (DateTime createdTimeFrom, DateTime? createdTimeTo, System.Collections.Generic.IEnumerable<DurableTask.Core.OrchestrationStatus> runtimeStatus);
override this.PurgeInstanceHistoryAsync : DateTime * Nullable<DateTime> * seq<DurableTask.Core.OrchestrationStatus> -> System.Threading.Tasks.Task<Microsoft.Azure.WebJobs.PurgeHistoryResult>
Public Overrides Function PurgeInstanceHistoryAsync (createdTimeFrom As DateTime, createdTimeTo As Nullable(Of DateTime), runtimeStatus As IEnumerable(Of OrchestrationStatus)) As Task(Of PurgeHistoryResult)
Parameters
- createdTimeFrom
- DateTime
- runtimeStatus
- IEnumerable<DurableTask.Core.OrchestrationStatus>
Returns
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET