SocketAsyncEventArgs.Finalize 方法

定义

释放 SocketAsyncEventArgs 类使用的资源。

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

注解

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

适用于