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

Complete() public méthode

public Complete ( Socket s, int total ) : void
s Socket
total int
Résultat void
			public void Complete (Socket s, int total)
			{
				acc_socket = s;
				this.total = total;
				Complete ();
			}

Same methods

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