stopConnection

Stops the connection for this application. This method is equivalent to calling stopConnection:0.

Syntax

- (void) stopConnection; 

Returns

None.

Examples

  • Stop the Connection for the Application
    [app stopConnection];