resetChannels( )

Resets M-Business Client channels.

Interface
PODSAvantGo
IDL definition
void resetChannels( );
JavaScript synopsis
avantgo.resetChannels( )
C synopsis
void PODSresetChannels(PODSAvantGo* avantgo);
Parameters
  • avantgo   The PODSAvantGo object.

Returns

None

Remarks

Execute resetChannels( ) before beginSync( ) to perform a full synchronization. Execute beginSync( ) without resetChannels( ) to perform an incremental synchronization.

Example
<html>
<form name=foo>
<input type=button
     onClick="javascript:avantgo.resetChannels();"
     value="Click me to eliminate all WebToGo content
     from this server">
/form
</html>