Click or drag to resize
RallyRestApiSetDefaultConnectionLimit Method
Sets the default maximum concurrent connection limit for this application.
Note Note
This will affect all connections that use Service Point.

Namespace: Rally.RestApi
Assembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax
public static void SetDefaultConnectionLimit(
	ushort maxConnections
)

Parameters

maxConnections
Type: SystemUInt16
The maximum number of concurrent connections. Allowed values are between 1 and 25.
Examples
C#
RallyRestApi.SetDefaultConnectionLimit(10);
See Also