Partager via


QueryProcessResult<TResult>.TryGetProviderState<TProviderState> Method

Definition

Try to get the current provider state.

public bool TryGetProviderState<TProviderState> (out TProviderState? providerState);
abstract member TryGetProviderState : 'ProviderState -> bool
override 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