ZennoLab Assemblies Documentation
WaitResponse Method
ZennoLab.CommandCenter Namespace > TrafficItem Class : WaitResponse Method

Type: System.Int32

The maximum timeout (in seconds) to refresh this InnerTrafficItem

Type: System.Int32

The delay (in seconds) between refreshes

Synchronous method that refreshes this TrafficItem until the response arrives or error acquires
Syntax
public void WaitResponse( 
   int timeout,
   int delayBetweenChecks
)

Parameters

timeout

Type: System.Int32

The maximum timeout (in seconds) to refresh this InnerTrafficItem

delayBetweenChecks

Type: System.Int32

The delay (in seconds) between refreshes

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TrafficItem Class
TrafficItem Members