TelemetryReceiverClient Async_Send Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Asynchronous invoker for 'NFX.Instrumentation.Telemetry.ITelemetryReceiver.Send'. This is a one-way call per contract specification, meaning - the server sends no acknowledgement of this call receipt and there is no result that server could return back to the caller. CallSlot is returned that can be queried for CallStatus, ResponseMsg.

Namespace: NFX.Instrumentation.Telemetry
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public CallSlot Async_Send(
	string siteName,
	Datum data
)

Return Value

Type: CallSlot
See Also