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
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET