Interface IDataTypeManager
This interface contains create and get operations for the ICounter and remove operation for all distributed data structures.
Inherited Members
Assembly: Alachisoft.NCache.Client.dll
Syntax
public interface IDataTypeManager : ICollectionManager
Methods
Name | Description |
---|---|
Create |
Creates the counter against the provided name and configures it according to the provided user configuration as attributes. |
Create |
Creates the counter against the provided name. |
Get |
Returns instance of the counter specified with backing source ReadThruOptions. |
Remove(String, Write |
Remove the specified data type. |