TelemetryReceiverClient Send Method NFX Class Library

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

Synchronous 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. ClientCallException is thrown if the call could not be placed in the outgoing queue.

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

public void Send(
	string siteName,
	Datum data
)

Implements

ITelemetryReceiver Send(String, Datum)
See Also