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