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.
When overridden in a derived class, converts a replica ID from the FeedSync format to the provider format.
Namespace: Microsoft.Synchronization.FeedSync
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public MustOverride Function ConvertStringToReplicaId ( _
value As String _
) As SyncId
'Usage
Dim instance As FeedIdConverter
Dim value As String
Dim returnValue As SyncId
returnValue = instance.ConvertStringToReplicaId(value)
public abstract SyncId ConvertStringToReplicaId(
string value
)
public:
virtual SyncId^ ConvertStringToReplicaId(
String^ value
) abstract
abstract ConvertStringToReplicaId :
value:string -> SyncId
public abstract function ConvertStringToReplicaId(
value : String
) : SyncId
Parameters
- value
Type: System.String
The replica ID in the FeedSync format.
Return Value
Type: Microsoft.Synchronization.SyncId
The replica ID in the provider format.