ManagementEventWatcher.Finalize Method

Definition

Ensures that outstanding calls are cleared. This is the destructor for the object. In C#, finalizers are expressed using destructor syntax.

!ManagementEventWatcher ()
~ManagementEventWatcher ();
override this.Finalize : unit -> unit
Finalize ()

Remarks

.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.

Applies to