Declaration Syntax
Sub SetConnectionLimit( _
ByVal limit As Integer _
)
void SetConnectionLimit(
int limit
);
void SetConnectionLimit(
int limit
);
function SetConnectionLimit(
limit : int
);
Parameters
- limit
- The number of active connections to one end point can be open at the same time.
Requirements
Namespace: Eas.WebCrawler.Model.GatewayAssembly: Eas.WebCrawler.Model.Gateway (eas.webcrawler.model.gateway.dll)