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