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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET