GlobalConfiguration.ProviderConfigurations Property
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.
Configuration for various runtime providers.
public System.Collections.Generic.IDictionary<string,Orleans.Runtime.Configuration.ProviderCategoryConfiguration> ProviderConfigurations { get; set; }
member this.ProviderConfigurations : System.Collections.Generic.IDictionary<string, Orleans.Runtime.Configuration.ProviderCategoryConfiguration> with get, set
Public Property ProviderConfigurations As IDictionary(Of String, ProviderCategoryConfiguration)