sh.waitForPingChange()
On this page
This version of the documentation is archived and no longer
supported. View the current documentation to learn how to
upgrade your version of MongoDB.
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.ParameterTypeDescriptionactivePings
arrayAn array of active pings from themongos
collection.timeout
integerNumber of milliseconds to wait for a change in ping state.interval
integerNumber of milliseconds to sleep in each waiting cycle.