IActorReminderCollection Interface

Definition

Captures the 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))
Implements

Applies to