Compartir a través de


QueryProcessRequest<TRequest>.TryGetProviderState<TProviderState> Method

Definition

Try to get the current provider state.

public bool TryGetProviderState<TProviderState> (out TProviderState? providerState);
member this.TryGetProviderState : 'ProviderState -> bool
Public Function TryGetProviderState(Of TProviderState) (ByRef providerState As TProviderState) As Boolean

Type Parameters

TProviderState

The processor state used by other processors in the further processing.

Parameters

providerState
TProviderState

The process state if it matches the condition.

Returns

Applies to