System.Net.Sockets.Socket.SocketAsyncResult.Complete C# (CSharp) Метод

Complete() публичный Метод

public Complete ( int total ) : void
total int
Результат 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