ClientConfiguration.GetAllProviderConfigurations 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 enumeration of all currently configured provider configurations.
public System.Collections.Generic.IEnumerable<Orleans.Providers.IProviderConfiguration> GetAllProviderConfigurations ();
member this.GetAllProviderConfigurations : unit -> seq<Orleans.Providers.IProviderConfiguration>
Public Function GetAllProviderConfigurations () As IEnumerable(Of IProviderConfiguration)
Returns
An enumeration of all currently configured provider configurations.