Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Serializes the replica key map data to a byte array.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public Function Serialize As Byte()
'Usage
Dim instance As ReplicaKeyMap
Dim returnValue As Byte()
returnValue = instance.Serialize()
public byte[] Serialize()
public:
array<unsigned char>^ Serialize()
member Serialize : unit -> byte[]
public function Serialize() : byte[]
Return Value
Type: System.Byte[]
The byte array containing the serialized data from the replica key map.