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

Complete() public méthode

public Complete ( int total ) : void
total int
Résultat void
			public void Complete (int total)
			{
				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 ( Socket s, int total ) : void
Socket.SocketAsyncResult::Complete ( bool synch ) : void