共用方式為


RegisterProviderAttribute(String, String, String, Type) 建構函式

定義

套用至類型時,表示類型為提供者,而且應該自動註冊。

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

適用於

另請參閱