다음을 통해 공유


AttributeGrainInterfaceTypeProvider.TryGetGrainInterfaceType 메서드

정의

지정된 에 GrainInterfaceType 해당하는 를 type가져옵니다.

public bool TryGetGrainInterfaceType (Type type, out Orleans.Runtime.GrainInterfaceType grainInterfaceType);
abstract member TryGetGrainInterfaceType : Type * GrainInterfaceType -> bool
override this.TryGetGrainInterfaceType : Type * GrainInterfaceType -> bool
Public Function TryGetGrainInterfaceType (type As Type, ByRef grainInterfaceType As GrainInterfaceType) As Boolean

매개 변수

type
Type

조직 인터페이스 형식 인스턴스입니다.

grainInterfaceType
GrainInterfaceType

결과 조직 인터페이스 형식 식별자입니다.

반환

trueGrainInterfaceType 제공된 형식에 해당하는 가 있으면 이고, 그렇지 않으면 false입니다.

구현

적용 대상