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