다음을 통해 공유


GrainTypePrefix.IsGrainService(GrainType) 메서드

정의

형식이 조직 서비스인 경우 를 반환 true 합니다(그렇지 않은 경우) false .

public static bool IsGrainService (this in Orleans.Runtime.GrainType type);
static member IsGrainService : GrainType -> bool
<Extension()>
Public Function IsGrainService (ByRef type As GrainType) As Boolean

매개 변수

type
GrainType

조직 형식입니다.

반환

true 형식이 조직 서비스이면 이고, false 그렇지 않으면 입니다.

적용 대상