IReminderService 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
미리 알림을 관리하기 위한 기능입니다.
public interface IReminderService : Orleans.Services.IGrainService
type IReminderService = interface
interface IGrainService
interface ISystemTarget
interface IAddressable
Public Interface IReminderService
Implements IGrainService
- 구현
메서드
GetReminder(GrainId, String) |
제공된 이름을 사용하여 지정된 조직에 등록된 미리 알림을 가져옵니다. |
GetReminder(GrainReference, String) |
미리 알림을 관리하기 위한 기능입니다. |
GetReminders(GrainId) |
지정된 조직에 대해 등록된 모든 미리 알림을 가져옵니다. |
GetReminders(GrainReference) |
미리 알림을 관리하기 위한 기능입니다. |
RegisterOrUpdateReminder(GrainId, String, TimeSpan, TimeSpan) |
새 미리 알림을 등록하거나 기존 미리 알림을 업데이트합니다. |
RegisterOrUpdateReminder(GrainReference, String, TimeSpan, TimeSpan) |
새 미리 알림을 등록하거나 기존 미리 알림을 업데이트합니다. |
Start() |
서비스를 시작합니다. |
Stop() |
서비스를 중지합니다. |
UnregisterReminder(IGrainReminder) |
지정된 미리 알림을 등록 취소합니다. |
확장 메서드
AsReference(IAddressable, Type) |
제공된 조직에 대한 형식화된 참조를 반환합니다. |
AsReference<TGrainInterface>(IAddressable) |
제공된 조직에 대한 형식화된 참조를 반환합니다. |
BindGrainReference(IAddressable, IGrainFactory) |
제공 IGrainFactory된 에 조직 참조를 바인딩합니다. |
Cast(IAddressable, Type) |
제공된 조직에 대한 형식화된 참조를 반환합니다. |
Cast<TGrainInterface>(IAddressable) |
제공된 조직에 대한 형식화된 참조를 반환합니다. |
GetGrainId(IAddressable) |
제공된 조직에 해당하는 조직 ID를 반환합니다. |
GetPrimaryKey(IAddressable, String) |
Guid 조직 기본 키의 표현을 반환합니다. |
GetPrimaryKey(IAddressable) |
Guid 조직 기본 키의 표현을 반환합니다. |
GetPrimaryKeyLong(IAddressable, String) |
|
GetPrimaryKeyLong(IAddressable) |
|
GetPrimaryKeyString(IAddressable) |
조직의 |
IsPrimaryKeyBasedOnLong(IAddressable) |
기본 키의 일부가 형식 |