Share via


SseIdConverter Members

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Class supplied to producer/consumer feed services to translate between feed IDs and replica and item IDs.

The following tables list the members exposed by the SseIdConverter type.

Protected Constructors

  Name Description
SseIdConverter Initializes a new instance of the SseIdConverter class.

Top

Public Properties

  Name Description
IdFormats When overridden in a derived class, gets the format schema for the IDs that can be converted.

Top

Public Methods

(see also Protected Methods )

  Name Description
ConvertItemIdToString When overridden in a derived class, converts an item ID to the string format used by the feed.
ConvertReplicaIdToString When overridden in a derived class, converts a replica ID to the string format used by the feed.
ConvertStringToItemId When overridden in a derived class, converts an item ID from the string format used by the feed to the provider format.
ConvertStringToReplicaId When overridden in a derived class, converts a replica ID from the string format used by the feed to the provider format.
Equals  Overloaded. (inherited from Object )
GenerateAnonymousReplicaId When overridden in a derived class, generates an anonymous replica ID for an item that does not contain a by value.
GetHashCode  (inherited from Object )
GetType  (inherited from Object )
ReferenceEquals  (inherited from Object )
ToString  (inherited from Object )

Top

Protected Methods

  Name Description
Finalize  (inherited from Object )
MemberwiseClone  (inherited from Object )

Top

See Also

Reference

SseIdConverter Class
Microsoft.Synchronization.Sse Namespace