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