System.Net.Sockets.Socket.SocketAsyncResult.Complete C# (CSharp) Méthode

Complete() public méthode

public Complete ( Exception e ) : void
e System.Exception
Résultat void
			public void Complete (Exception e)
			{
				delayedException = e;
				Complete ();
			}

Same methods

Socket.SocketAsyncResult::Complete ( ) : void
Socket.SocketAsyncResult::Complete ( Exception e, bool synch ) : void
Socket.SocketAsyncResult::Complete ( Socket s ) : void
Socket.SocketAsyncResult::Complete ( Socket s, int total ) : void
Socket.SocketAsyncResult::Complete ( bool synch ) : void
Socket.SocketAsyncResult::Complete ( int total ) : void