Interface ITelemetryReceiver
Represents a contract for working with remote receiver of telemetry information
Namespace: NFX.Instrumentation.Telemetry
Assembly: NFX.dll
Syntax
[Glued]
[LifeCycle(Mode = ServerInstanceMode.Singleton)]
public interface ITelemetryReceiver
Methods
Send(String, Datum)
Sends data to remote telemetry receiver
Declaration
[OneWay]
void Send(string siteName, Datum data)
Parameters
Type | Name | Description |
---|---|---|
System.String | siteName | the name/identifier of the reporting site |
Datum | data | Telemetry data |