SqlCeReplication.Finalize Method
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Releases the resources held by this instance.
[C#] In C#, finalizers are expressed using destructor syntax.
[C++] In C++, finalizers are expressed using destructor syntax.
[Visual Basic] Overrides Protected Sub Finalize() [C#] ~SqlCeReplication(); [C++] ~SqlCeReplication(); [JScript] protected override function Finalize();
Remarks
Application code does not call this method; it is automatically invoked during garbage collection.The finalizer for the SqlCeReplication class calls the Dispose method to release all native resources.
Requirements
Platforms: .NET Compact Framework
.NET Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
SqlCeReplication Class | SqlCeReplication Members | System.Data.SqlServerCe Namespace
Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.