다음을 통해 공유


GrainInterfaceProperties(ImmutableDictionary<String,String>) 생성자

정의

GrainInterfaceProperties 클래스의 새 인스턴스를 초기화합니다.

public GrainInterfaceProperties (System.Collections.Immutable.ImmutableDictionary<string,string> values);
new Orleans.Metadata.GrainInterfaceProperties : System.Collections.Immutable.ImmutableDictionary<string, string> -> Orleans.Metadata.GrainInterfaceProperties
Public Sub New (values As ImmutableDictionary(Of String, String))

매개 변수

values
ImmutableDictionary<String,String>

인터페이스 속성 값입니다.

적용 대상