Resume Method  
 

Resume accepting new client connections.

Syntax

object.Restart

Parameters

None.

Return Value

A value of zero is returned if the operation was successful, otherwise a non-zero error code is returned which indicates the cause of the failure.

Remarks

The Resume method instructs the server to resume accepting new client connections. Any pending client connections that were requested while the server was suspended will be accepted.

See Also

IsActive Property, IsListening Property, Restart Method, Start Method, Stop Method, Suspend Method