Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 ()
public byte[] Serialize ()
public function Serialize () : byte[]
Return Value
The byte array containing the serialized data from the replica key map.
See Also
Reference
ReplicaKeyMap Class
ReplicaKeyMap Members
Microsoft.Synchronization Namespace