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