MongoDB\Driver\Monitoring\ServerHeartbeatFailedEvent::getPort

(mongodb >=1.13.0)

MongoDB\Driver\Monitoring\ServerHeartbeatFailedEvent::getPortReturns the port on which this server is listening

Description

final public MongoDB\Driver\Monitoring\ServerHeartbeatFailedEvent::getPort(): int

Parameters

This function has no parameters.

Return Values

Returns the port on which this server is listening.

Errors/Exceptions

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top