다음을 통해 공유


IGrainReferenceRuntime.Cast(IAddressable, Type) 메서드

정의

제공된 를 제공interfaceTypegrain 로 변환합니다.

public object Cast (Orleans.Runtime.IAddressable grain, Type interfaceType);
abstract member Cast : Orleans.Runtime.IAddressable * Type -> obj
Public Function Cast (grain As IAddressable, interfaceType As Type) As Object

매개 변수

grain
IAddressable

조직입니다.

interfaceType
Type

결과 인터페이스 형식입니다.

반환

grain 구현하는 에 대한 참조입니다 interfaceType.

적용 대상