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.
Gets information about serialized metadata, such as the ID of the replica with which it is associated.
Namespace: Microsoft.Synchronization.SimpleProviders
Assembly: Microsoft.Synchronization.SimpleProviders (in Microsoft.Synchronization.SimpleProviders.dll)
Syntax
'Declaration
Public Sub GetSerializedReplicaInfo ( _
filePath As String, _
<OutAttribute> ByRef replicaId As SyncId, _
<OutAttribute> ByRef syncIdFormats As SyncIdFormatGroup _
)
'Usage
Dim instance As SimpleSyncServices
Dim filePath As String
Dim replicaId As SyncId
Dim syncIdFormats As SyncIdFormatGroup
instance.GetSerializedReplicaInfo(filePath, _
replicaId, syncIdFormats)
public void GetSerializedReplicaInfo(
string filePath,
out SyncId replicaId,
out SyncIdFormatGroup syncIdFormats
)
public:
void GetSerializedReplicaInfo(
String^ filePath,
[OutAttribute] SyncId^% replicaId,
[OutAttribute] SyncIdFormatGroup^% syncIdFormats
)
member GetSerializedReplicaInfo :
filePath:string *
replicaId:SyncId byref *
syncIdFormats:SyncIdFormatGroup byref -> unit
public function GetSerializedReplicaInfo(
filePath : String,
replicaId : SyncId,
syncIdFormats : SyncIdFormatGroup
)
Parameters
- filePath
Type: System.String
The file that contains the serialized metadata.
- replicaId
Type: Microsoft.Synchronization.SyncId%
The ID of the replica that is associated with this metadata.
- syncIdFormats
Type: Microsoft.Synchronization.SyncIdFormatGroup%
The ID format schema of the provider.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | filePath is a null reference (Nothing in Visual Basic). |