StateServerKeyToByteArray Method

ScaleOut Software NamedCache API
Return a copy of the key as an array of bytes. The AppId is not included in this array. See AppId to retrieve the AppId value used in this key.

Namespace:  Soss.Client
Assembly:  soss_svcdotnet (in soss_svcdotnet.dll) Version: 6.2.0.0 (1.0.0.0)
Syntax

public byte[] ToByteArray()

Return Value

Type: Byte
A copy of the this key as an array of bytes.
See Also

Reference