다음을 통해 공유


GrainExtensions.BindGrainReference(IAddressable, IGrainFactory) 메서드

정의

제공된 IGrainFactory에 조직 참조를 바인딩합니다.

public static void BindGrainReference (this Orleans.Runtime.IAddressable grain, Orleans.IGrainFactory grainFactory);
static member BindGrainReference : Orleans.Runtime.IAddressable * Orleans.IGrainFactory -> unit
<Extension()>
Public Sub BindGrainReference (grain As IAddressable, grainFactory As IGrainFactory)

매개 변수

grain
IAddressable

조직 참조입니다.

grainFactory
IGrainFactory

조직 팩터리입니다.

적용 대상