Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Serializes the knowledge object data to a byte array.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public Function Serialize ( _
includeReplicaKeyMap As Boolean _
) As Byte()
'Usage
Dim instance As SyncKnowledge
Dim includeReplicaKeyMap As Boolean
Dim returnValue As Byte()
returnValue = instance.Serialize(includeReplicaKeyMap)
public byte[] Serialize(
bool includeReplicaKeyMap
)
public:
array<unsigned char>^ Serialize(
bool includeReplicaKeyMap
)
member Serialize :
includeReplicaKeyMap:bool -> byte[]
public function Serialize(
includeReplicaKeyMap : boolean
) : byte[]
Parameters
- includeReplicaKeyMap
Type: System.Boolean
true to include the replica key map in the serialized data. Otherwise, false.
Return Value
Type: System.Byte[]
The byte array that contains the data for the serialized knowledge object.
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | This SyncKnowledge object is not initialized. |