GigaSpaces XAP.NET Documentation
Stop Method (timeout)
Class LibraryGigaSpaces.XAP.EventsIEventListenerContainer<(Of <(TData>)>)Stop(TimeSpan)
Stops listening to events. Execution is blocked until the container is fully stopped or the specified timeout elapses.
Declaration Syntax
C#Visual BasicVisual C++J#
bool Stop(
	TimeSpan timeout
)
Function Stop ( _
	timeout As TimeSpan _
) As Boolean
bool Stop(
	TimeSpan timeout
)
boolean Stop(
	TimeSpan timeout
)
Parameters
timeout (TimeSpan)
Maximum time to wait for container to stop.
Return Value
true if the container managed to stop before the specified timeout elapsed, false otherwise.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.1.0.0 (10.1.1.12800)