Constructor ProviderDataTypeItem
ProviderDataTypeItem(TValue)
Initializes an instance of the class DataTypeItem.
Declaration
public ProviderDataTypeItem(TValue data)
Parameters
Type | Name | Description |
---|---|---|
TValue | data | Data object. |
ProviderDataTypeItem(Int64)
Initializes an instance of the Counter Item.
Declaration
public ProviderDataTypeItem(long counter)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | counter | Value to initialize with. |
ProviderDataTypeItem(DistributedDataType)
Initializes an instance of the CacheItem.
Declaration
public ProviderDataTypeItem(DistributedDataType type)
Parameters
Type | Name | Description |
---|---|---|
DistributedDataType | type | Contains the 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. |
DistributedDataType | type | Contains the type of distributed data type. |