MergeSynchronizationAgent.Dispose Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Releases the unmanaged resources that are used by MergeSynchronizationAgent.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Public Sub Dispose
'Usage
Dim instance As MergeSynchronizationAgent
instance.Dispose()
public void Dispose()
public:
virtual void Dispose() sealed
abstract Dispose : unit -> unit
override Dispose : unit -> unit
public final function Dispose()