IReminderRegistry.GetReminders メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetReminders() | |
GetReminders(GrainId) |
現在アクティブなグレインに登録されているすべてのアラームを取得します。 |
GetReminders()
public System.Threading.Tasks.Task<System.Collections.Generic.List<Orleans.Runtime.IGrainReminder>> GetReminders ();
abstract member GetReminders : unit -> System.Threading.Tasks.Task<System.Collections.Generic.List<Orleans.Runtime.IGrainReminder>>
Public Function GetReminders () As Task(Of List(Of IGrainReminder))
戻り値
適用対象
GetReminders(GrainId)
現在アクティブなグレインに登録されているすべてのアラームを取得します。
public System.Threading.Tasks.Task<System.Collections.Generic.List<Orleans.Runtime.IGrainReminder>> GetReminders (Orleans.Runtime.GrainId callingGrainId);
abstract member GetReminders : Orleans.Runtime.GrainId -> System.Threading.Tasks.Task<System.Collections.Generic.List<Orleans.Runtime.IGrainReminder>>
Public Function GetReminders (callingGrainId As GrainId) As Task(Of List(Of IGrainReminder))
パラメーター
- callingGrainId
- GrainId
現在実行中のグレインの ID
戻り値
現在アクティブなグレインに登録されているすべてのアラーム。