Compartir a través de


IProviderStateHolder.TryGetProviderState<TProviderState> Method

Definition

Gets the provider state.

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