ProviderConfiguration Constructor
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.
public ProviderConfiguration (System.Collections.Generic.IDictionary<string,string> properties, string providerType, string name);
new Orleans.Runtime.Configuration.ProviderConfiguration : System.Collections.Generic.IDictionary<string, string> * string * string -> Orleans.Runtime.Configuration.ProviderConfiguration
Public Sub New (properties As IDictionary(Of String, String), providerType As String, name As String)
Parameters
- properties
- IDictionary<String,String>
- providerType
- String
- name
- String