stop method
void
stop()
Stops this sync client. Does nothing if it is already stopped.
Implementation
void stop() {
checkObx(C.sync_stop(_ptr));
}
Stops this sync client. Does nothing if it is already stopped.
void stop() {
checkObx(C.sync_stop(_ptr));
}