ReplicaMetadata::GetItemCount Method
When overridden in a derived class, gets the total number of items in the metadata store and the number of deleted items in the metadata store.
Assembly: Microsoft.Synchronization.MetadataStorage (in Microsoft.Synchronization.MetadataStorage.dll)
public: virtual void GetItemCount( [OutAttribute] unsigned int% totalItemCount, [OutAttribute] unsigned int% deletedItemCount ) abstract
Parameters
- totalItemCount
- Type: System::UInt32%
Returns the total number of items in the metadata store, including deleted items.
- deletedItemCount
- Type: System::UInt32%
Returns the number of deleted items in the metadata store.
| Exception | Condition |
|---|---|
| ObjectDisposedException | The object has been disposed or was not initialized correctly. |
Show: