OrchestrationQuery.Deconstruct 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.
public void Deconstruct (out DateTimeOffset? CreatedFrom, out DateTimeOffset? CreatedTo, out System.Collections.Generic.IEnumerable<Microsoft.DurableTask.Client.OrchestrationRuntimeStatus>? Statuses, out System.Collections.Generic.IEnumerable<string>? TaskHubNames, out string? InstanceIdPrefix, out int PageSize, out bool FetchInputsAndOutputs, out string? ContinuationToken);
Public Sub Deconstruct (ByRef CreatedFrom As Nullable(Of DateTimeOffset), ByRef CreatedTo As Nullable(Of DateTimeOffset), ByRef Statuses As IEnumerable(Of OrchestrationRuntimeStatus), ByRef TaskHubNames As IEnumerable(Of String), ByRef InstanceIdPrefix As String, ByRef PageSize As Integer, ByRef FetchInputsAndOutputs As Boolean, ByRef ContinuationToken As String)
Parameters
- CreatedFrom
- Nullable<DateTimeOffset>
- CreatedTo
- Nullable<DateTimeOffset>
- Statuses
- IEnumerable<OrchestrationRuntimeStatus>
- TaskHubNames
- IEnumerable<String>
- InstanceIdPrefix
- String
- PageSize
- Int32
- FetchInputsAndOutputs
- Boolean
- ContinuationToken
- String