Constructor ProviderDataTypeItem
ProviderDataTypeItem(TValue)
Initializes an instance of DataType Item.
Declaration
public ProviderDataTypeItem(TValue data)
Parameters
Type | Name | Description |
---|---|---|
TValue | data | Data object. |
ProviderDataTypeItem(Int64)
Initializes an instance of Counter Item.
Declaration
public ProviderDataTypeItem(long counter)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | counter | Value to initiaize with. |
ProviderDataTypeItem(DistributedDataType)
Initializes an instance of CacheItem.
Declaration
public ProviderDataTypeItem(DistributedDataType type)
Parameters
Type | Name | Description |
---|---|---|
Alachisoft.NCache.Runtime.Caching.DistributedDataType | type | Alachisoft.NCache.Runtime.Caching.DistributedDataType containing type of distributed data type. |
ProviderDataTypeItem(TValue, DistributedDataType)
Initializes an instance of CacheItem.
Declaration
public ProviderDataTypeItem(TValue data, DistributedDataType type)
Parameters
Type | Name | Description |
---|---|---|
TValue | data | Data object. |
Alachisoft.NCache.Runtime.Caching.DistributedDataType | type | Alachisoft.NCache.Runtime.Caching.DistributedDataType containing type of distributed data type. |