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

适用于

另请参阅