ConfigStoreEntry Constructor (String, Byte[], Int64)
Creates a new instance of the ConfigStoreEntry class. Applies only to the server versions of AppFabric.
Assembly: Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)
Parameters
- key
-
Type:
System.String
The key of the entry.
- value
-
Type:
System.Byte[]
The value of the entry.
- version
-
Type:
System.Int64
The version of the entry.
Show: