CustomResolver Class

Definition

Represents a COM-based resolver registration at a server in a merge replication topology.

public ref class CustomResolver sealed
public sealed class CustomResolver
type CustomResolver = class
Public NotInheritable Class CustomResolver
Inheritance
CustomResolver

Remarks

The CustomResolver class represents COM-based resolvers. A business logic handler is represented by the BusinessLogicHandler class.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

Constructors

CustomResolver()

Creates a new instance of the CustomResolver class.

Properties

ClassId

Gets or sets the Class ID of the registered resolver.

Description

Gets or sets a textual description of the resolver.

UserData

Gets or sets user data that is attached to the object.

Applies to

See also