SessionStateProxy.InvokeProvider Property

Definition

Gets the instance of the provider interface APIs out of session state.

public:
 virtual property System::Management::Automation::ProviderIntrinsics ^ InvokeProvider { System::Management::Automation::ProviderIntrinsics ^ get(); };
public virtual System.Management.Automation.ProviderIntrinsics InvokeProvider { get; }
member this.InvokeProvider : System.Management.Automation.ProviderIntrinsics
Public Overridable ReadOnly Property InvokeProvider As ProviderIntrinsics

Property Value

Exceptions

Runspace is not open.

Another SessionStateProxy call or another pipeline is in progress.

Applies to