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
目前執行之粒紋的識別碼
傳回
目前註冊到作用中粒紋的所有提醒。