Declaration Syntax
Public Overridable Sub SetConnectionLimit( _
ByVal limit As Integer _
)
public virtual void SetConnectionLimit(
int limit
);
public: virtual void SetConnectionLimit(
int limit
);
public 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)