MergeSynchronizationAgent.Dispose Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Releases the unmanaged resources that are used by MergeSynchronizationAgent.
Overloads
Dispose(Boolean) |
Releases the unmanaged resources used by MergeSynchronizationAgent class and optionally releases the managed resources. |
Dispose() |
Releases the unmanaged resources that are used by MergeSynchronizationAgent. |
Dispose(Boolean)
Releases the unmanaged resources used by MergeSynchronizationAgent class and optionally releases the managed resources.
protected:
virtual void Dispose(bool A_0);
[System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptions]
protected virtual void Dispose (bool A_0);
[<System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptions>]
abstract member Dispose : bool -> unit
override this.Dispose : bool -> unit
Protected Overridable Sub Dispose (A_0 As Boolean)
Parameters
- A_0
- Boolean
- Attributes
Applies to
Dispose()
Releases the unmanaged resources that are used by MergeSynchronizationAgent.
public:
override void Dispose();
public override sealed void Dispose ();
abstract member Dispose : unit -> unit
override this.Dispose : unit -> unit
Public Overrides NotOverridable Sub Dispose ()