 | TemporalClientPingAsync Method |
Pings the temporal-proxy and waits for the reply. This is used
mainly for low-level performance and load testing but can also be used
to explicitly verify that the temporal-proxy is still alive.
Namespace:
Neon.Temporal
Assembly:
Neon.Temporal (in Neon.Temporal.dll) Version: 2.10.0-alpha
SyntaxPublic Function PingAsync As Task
public:
Task^ PingAsync()
member PingAsync : unit -> Task
Return Value
Type:
TaskThe tracking
Task.
See Also