stopClient() method

Stops all the client network traffic and the state of the client is set to sleep.

Syntax

public virtual void stopClient ()

Usage

                 
 Usage

 ODPClientConnection* clientConnection = [ODPClientConnection getInstance:"ApplicationId"];
 [clientConnection stopClient];