TTMSMCPSamplingRequestBuilder.Build Method
Returns the assembled request and hands ownership of it to the caller.
API unit family: TMS.MCP.Sampling
Declaring type: TTMSMCPSamplingRequestBuilder
Syntax
function Build: TTMSMCPSamplingRequest;
Returns
The request, which the caller must release. The builder drops its own reference to it, so a second call returns nil; release the builder itself separately.