sh.waitForPingChange()
On this page
Definition
sh.waitForPingChange(activePings, timeout, interval)sh.waitForPingChange()waits for a change in ping state of one of theactivepings, and only returns when the specified ping changes state.ParameterTypeDescriptionactivePingsarrayAn array of active pings from themongoscollection.timeoutintegerNumber of milliseconds to wait for a change in ping state.intervalintegerNumber of milliseconds to sleep in each waiting cycle.