IReliableCollection<T> 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.
Defines methods for manipulating Reliable Collections.
public interface IReliableCollection<T> : Microsoft.ServiceFabric.Data.IReliableState
type IReliableCollection<'T> = interface
interface IReliableState
Public Interface IReliableCollection(Of T)
Implements IReliableState
Type Parameters
- T
The type of the elements in the collection.
- Derived
- Implements
Remarks
More information on Reliable Collections can be seen here.
Properties
Name |
Gets a value indicating the unique name for the IReliableState instance. (Inherited from IReliableState) |
Methods
ClearAsync() |
Removes all state from the IReliableCollection<T>, including replicated and persisted state. |
GetCountAsync(ITransaction) |
Gets the number of elements contained in the IReliableCollection<T>. |
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET