IActorReminderCollection Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
-
IEnumerable<KeyValuePair<ActorId,IReadOnlyCollection<IActorReminderState>>> IEnumerable<KeyValuePair<TKey,TValue>> IEnumerable<T> IReadOnlyCollection<KeyValuePair<ActorId,IReadOnlyCollection<IActorReminderState>>> IReadOnlyCollection<KeyValuePair<TKey,TValue>> IReadOnlyDictionary<ActorId,IReadOnlyCollection<IActorReminderState>> IEnumerable
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET