Table of Contents

TTMSMCPSamplingRequestBuilder.WithSpeedPriority Method

Sets how much weight the client should give to answering quickly.

API unit family: TMS.MCP.Sampling Declaring type: TTMSMCPSamplingRequestBuilder

Syntax

function WithSpeedPriority(APriority: Double): TTMSMCPSamplingRequestBuilder;

Parameters

Name Description
APriority Weight from 0 (unimportant) to 1 (most important); a value outside the range is clamped. The weight is 0.5 when it is not set.

Returns

The builder, so that further calls can be chained.