IWithThroughput<ReturnT>.WithThroughput(Int32) Method

Definition

Specifies the throughput value.

public ReturnT WithThroughput (int throughput);
abstract member WithThroughput : int -> 'ReturnT
Public Function WithThroughput (throughput As Integer) As ReturnT

Parameters

throughput
Int32

The vaule of the throughput.

Returns

ReturnT

The next stage of the definition.

Applies to