GigaSpaces XAP.NET Documentation
SetProcessingUnitMonitorInterval Method (interval)
Class LibraryGigaSpaces.Core.Admin.ServiceGridIServiceGridAdminSetProcessingUnitMonitorInterval(TimeSpan)
Sets the processing unit monitor (not statistics) interval. The monitor basically checks the status of each processing unit (Status} among other things. Defaults to 1 second.
Declaration Syntax
C#Visual BasicVisual C++J#
void SetProcessingUnitMonitorInterval(
	TimeSpan interval
)
Sub SetProcessingUnitMonitorInterval ( _
	interval As TimeSpan _
)
void SetProcessingUnitMonitorInterval(
	TimeSpan interval
)
void SetProcessingUnitMonitorInterval(
	TimeSpan interval
)
Parameters
interval (TimeSpan)
The interval to use.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 8.0.8.6380 (8.0.8.6380)