| RuyiNetTelemetryServiceLogTelemetryEvent Method (Int32, String, String, String, RuyiNetTaskRuyiNetResponseCallbackType) |
[This is preliminary documentation and is subject to change.]
Logs a telemetry event.
Namespace:
Ruyi.SDK.Online
Assembly:
RuyiSDK (in RuyiSDK.dll) Version: 0.9.3.3995 (0.9.3.3995)
Syntax public void LogTelemetryEvent(
int clientIndex,
string sessionId,
string eventType,
string participantId,
RuyiNetTaskResponseCallbackType callback
)
Parameters
- clientIndex
- Type: SystemInt32
The index of the client making the call. - sessionId
- Type: SystemString
The ID of the session to log the event with. - eventType
- Type: SystemString
The type of event. - participantId
- Type: SystemString
The ID or the participant in the event. - callback
- Type: Ruyi.SDK.OnlineRuyiNetTaskResponseCallbackType
The callback to call when the operation is complete.
See Also