你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IActorReminderCollection 接口

定义

捕获 ActorReminderState for Actors。

public interface IActorReminderCollection : System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<Microsoft.ServiceFabric.Actors.ActorId,System.Collections.Generic.IReadOnlyCollection<Microsoft.ServiceFabric.Actors.Runtime.IActorReminderState>>>, System.Collections.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<Microsoft.ServiceFabric.Actors.ActorId,System.Collections.Generic.IReadOnlyCollection<Microsoft.ServiceFabric.Actors.Runtime.IActorReminderState>>>, System.Collections.Generic.IReadOnlyDictionary<Microsoft.ServiceFabric.Actors.ActorId,System.Collections.Generic.IReadOnlyCollection<Microsoft.ServiceFabric.Actors.Runtime.IActorReminderState>>
type IActorReminderCollection = interface
    interface IReadOnlyDictionary<ActorId, IReadOnlyCollection<IActorReminderState>>
    interface seq<KeyValuePair<ActorId, IReadOnlyCollection<IActorReminderState>>>
    interface IEnumerable
    interface IReadOnlyCollection<KeyValuePair<ActorId, IReadOnlyCollection<IActorReminderState>>>
Public Interface IActorReminderCollection
Implements IEnumerable(Of KeyValuePair(Of ActorId, IReadOnlyCollection(Of IActorReminderState))), IReadOnlyCollection(Of KeyValuePair(Of ActorId, IReadOnlyCollection(Of IActorReminderState))), IReadOnlyDictionary(Of ActorId, IReadOnlyCollection(Of IActorReminderState))
实现

适用于