| RuyiNetTelemetryServiceStartTelemetrySession Method (Int32, Int32, ActionRuyiNetTelemetrySession) |
[This is preliminary documentation and is subject to change.]
Starts a telemetry session on the online service
Namespace:
Ruyi.SDK.Online
Assembly:
RuyiSDK (in RuyiSDK.dll) Version: 0.9.3.3995 (0.9.3.3995)
Syntax public void StartTelemetrySession(
int clientIndex,
int timestamp,
Action<RuyiNetTelemetrySession> callback
)
Parameters
- clientIndex
- Type: SystemInt32
Index of the client making the call. - timestamp
- Type: SystemInt32
The timestamp when the session started. - callback
- Type: SystemActionRuyiNetTelemetrySession
The callback that will receive the session ID.
See Also