Opalis Quick Integration Kit 3.0
The time in seconds that Opalis Integration Server will wait between subsequent invocations of the Opalis Object.

Namespace:  Opalis.QuickIntegrationKit
Assembly:  Opalis.QuickIntegrationKit(in Opalis.QuickIntegrationKit.dll) Version: 3.0.0.0 (3.1.0.1)

Syntax

C#
public 
int 
Interval { 
get; 
set; }
Visual Basic (Declaration)
Public 
Property 
Interval 
As 
Integer
Visual C++
public:
property 
int 
Interval {
	
int 
get ();
	
void 
set (
int 
value);
}

Field Value

The time in seconds between subsequent call to the Opalis Object.

Remarks

The default monitor interval is 0 seconds, which means that Opalis Integration Server will call the Opalis Monitor without waiting between calls.

See Also