다음을 통해 공유


IRemindable 인터페이스

정의

미리 알림을 등록하고 받기 위해 조직에서 구현해야 하는 콜백 인터페이스입니다.

public interface IRemindable : Orleans.IGrain
type IRemindable = interface
    interface IGrain
    interface IAddressable
Public Interface IRemindable
Implements IGrain
구현

메서드

ReceiveReminder(String, TickStatus)

새 미리 알림을 받습니다.

확장 메서드

AsReference(IAddressable, Type)

제공된 조직에 대한 형식화된 참조를 반환합니다.

AsReference<TGrainInterface>(IAddressable)

제공된 조직에 대한 형식화된 참조를 반환합니다.

BindGrainReference(IAddressable, IGrainFactory)

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

Cast(IAddressable, Type)

제공된 조직에 대한 형식화된 참조를 반환합니다.

Cast<TGrainInterface>(IAddressable)

제공된 조직에 대한 형식화된 참조를 반환합니다.

GetGrainId(IAddressable)

제공된 조직에 해당하는 조직 ID를 반환합니다.

GetGrainIdentity(IGrain)

미리 알림을 등록하고 받기 위해 조직에서 구현해야 하는 콜백 인터페이스입니다.

GetPrimaryKey(IGrain)

미리 알림을 등록하고 받기 위해 조직에서 구현해야 하는 콜백 인터페이스입니다.

GetPrimaryKey(IGrain, String)

미리 알림을 등록하고 받기 위해 조직에서 구현해야 하는 콜백 인터페이스입니다.

GetPrimaryKey(IAddressable)

Guid 조직 기본 키의 표현을 반환합니다.

GetPrimaryKey(IAddressable, String)

Guid 조직 기본 키의 표현을 반환합니다.

GetPrimaryKeyLong(IGrain)

미리 알림을 등록하고 받기 위해 조직에서 구현해야 하는 콜백 인터페이스입니다.

GetPrimaryKeyLong(IGrain, String)

미리 알림을 등록하고 받기 위해 조직에서 구현해야 하는 콜백 인터페이스입니다.

GetPrimaryKeyLong(IAddressable)

long 조직 기본 키의 표현을 반환합니다.

GetPrimaryKeyLong(IAddressable, String)

long 조직 기본 키의 표현을 반환합니다.

GetPrimaryKeyString(IAddressable)

조직의 string 기본 키를 반환합니다.

IsPrimaryKeyBasedOnLong(IAddressable)

기본 키의 일부가 형식 long인지 여부를 반환합니다.

적용 대상