MongoDB\Driver\Monitoring\CommandFailedEvent::getServer
  Returns the Server on which the command was executed
  
 
  警告
   
    This method has been DEPRECATED as of extension
    version 1.20.0 and was removed in 2.0. Applications should use
     MongoDB\Driver\Monitoring\CommandFailedEvent::getHost
    and
     MongoDB\Driver\Monitoring\CommandFailedEvent::getPort
    instead.
   
   
  
 
  説明
  
   final public MongoDB\Driver\Server MongoDB\Driver\Monitoring\CommandFailedEvent::getServer()
  
  
 
 
  戻り値
  
   Returns the MongoDB\Driver\Server on which the command
   was executed.
  
  
 
  エラー / 例外
  
   - Throws MongoDB\Driver\Exception\InvalidArgumentException on argument parsing errors.