Checks whether the server is alive (throws an exception if not). If server is a replica set, pings all members one at a time.
Namespace:
MongoDB.Driver
Assembly:
MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.8.0+cc573f3e1f48f39162b4b680e921a623e127e8fa
Syntax public virtual void Ping()
Public Overridable Sub Ping
abstract Ping : unit -> unit
override Ping : unit -> unit
See Also