ProviderManager.GetProvider (Int32) Method

Gets the provider.
public IProvider GetProvider( 
int id 
)
This language is not supported or no code example is available.
public:  
IProvider^ GetProvider( 
int id 
)
This language is not supported or no code example is available.
public function GetProvider( 
id : int 
) : IProvider;
This language is not supported or no code example is available.

Parameters

id
int

The identifier.

Return Value

IProvider

IProvider.

In this article

Definition