Resume Method  
 

Resume accepting new client connections.

Syntax

object.Restart

Parameters

None.

Return Value

A value of zero is returned if the server has resumed accepting new connections, 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 after the Suspend method was called.

See Also

Restart Method, Start Method, Stop Method, Suspend Method