다음을 통해 공유


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

적용 대상

추가 정보