ProviderConfiguration 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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)
參數
- properties
- IDictionary<String,String>
- providerType
- String
- name
- String