GigaSpaces XAP.NET Documentation
Stop Method (timeout)
Class LibraryGigaSpaces.XAP.EventsEventListenerContainer<(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#
public bool Stop(
	TimeSpan timeout
)
Public Function Stop ( _
	timeout As TimeSpan _
) As Boolean
public:
virtual bool Stop(
	TimeSpan timeout
) sealed
public final 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: 12.0.0.0 (12.0.0.16000)