RegisterProviderAttribute(String, String, String, Type) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
套用至類型時,表示類型為提供者,而且應該自動註冊。
public RegisterProviderAttribute (string name, string kind, string target, Type type);
new Orleans.RegisterProviderAttribute : string * string * string * Type -> Orleans.RegisterProviderAttribute
Public Sub New (name As String, kind As String, target As String, type As Type)
參數
- name
- String
提供者名稱, "AzureTableStorage"
例如 。
- kind
- String
提供者的種類,例如、 "Clustering"
"Reminders"
。
- target
- String
提供者的預期目標,例如、 "Server"
"Client"
。
- type
- Type