SocketAsyncEventArgs.Finalize Method

Definition

Frees resources used by the SocketAsyncEventArgs class.

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

Remarks

The SocketAsyncEventArgs class finalizer closes the SocketAsyncEventArgs and free resources associated with the SocketAsyncEventArgs.

Applies to