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

Complete() public méthode

public Complete ( bool synch ) : void
synch bool
Résultat void
			public void Complete (bool synch)
			{
				completed_sync = synch;
				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 ( int total ) : void