GigaSpaces XAP.NET Documentation
SetSpaceMonitorInterval Method (interval)
Class LibraryGigaSpaces.Core.Admin.ServiceGridIServiceGridAdminSetSpaceMonitorInterval(TimeSpan)
Sets the Space monitor (not statistics) interval. The monitor checks each space instance and updates its different status (such as the replication status). Defaults to 1 second.
Declaration Syntax
C#Visual BasicVisual C++J#
void SetSpaceMonitorInterval(
	TimeSpan interval
)
Sub SetSpaceMonitorInterval ( _
	interval As TimeSpan _
)
void SetSpaceMonitorInterval(
	TimeSpan interval
)
void SetSpaceMonitorInterval(
	TimeSpan interval
)
Parameters
interval (TimeSpan)
The interval to use.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.0.0.0 (10.0.1.11800)