Click or drag to resize

ConfigurationConfigurationBaseResetTimingCalibration Method

Removes a previously determined timing calibration so the default estimate is used again.

Namespace: RAYLASE.PDA.API
Assembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 2.0.0.10
Syntax
C#
public virtual Task<ResetTimingCalibrationReply> ResetTimingCalibration(
	ResetTimingCalibrationRequest request,
	ServerCallContext context
)

Parameters

request  ResetTimingCalibrationRequest
The request received from the client.
context  ServerCallContext
The context of the server-side call handler being invoked.

Return Value

TaskResetTimingCalibrationReply
The response to send back to the client (wrapped by a task).
See Also