ClientConfiguration.TryGetProviderConfiguration 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.
Retrieves an existing provider configuration
public bool TryGetProviderConfiguration (string providerTypeFullName, string providerName, out Orleans.Providers.IProviderConfiguration config);
member this.TryGetProviderConfiguration : string * string * IProviderConfiguration -> bool
Public Function TryGetProviderConfiguration (providerTypeFullName As String, providerName As String, ByRef config As IProviderConfiguration) As Boolean
Parameters
- providerTypeFullName
- String
Full name of the stream provider type
- providerName
- String
Name of the stream provider
- config
- IProviderConfiguration
The provider configuration, if exists
Returns
True if a configuration for this provider already exists, false otherwise.