IProviderStateHolder.TryGetProviderState<TProviderState> 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.
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.