Udostępnij za pośrednictwem


FeedIdConverter.ConvertStringToReplicaId Method

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
public abstract SyncId ConvertStringToReplicaId (
    String value
)
public abstract function ConvertStringToReplicaId (
    value : String
) : SyncId

Parameters

  • value
    The replica ID in the FeedSync format.

Return Value

The replica ID in the provider format.

See Also

Reference

FeedIdConverter Class
FeedIdConverter Members
Microsoft.Synchronization.FeedSync Namespace