GigaSpaces XAP.NET Documentation
AssertNotActive Method (propertyName)
Class LibraryGigaSpaces.XAP.EventsEventListenerContainer<(Of <(TData>)>)AssertNotActive(String)
Asserts that the container is not running currently, and if it does throws InvalidEventListenerOperationException.
Declaration Syntax
C#Visual BasicVisual C++J#
protected void AssertNotActive(
	string propertyName
)
Protected Sub AssertNotActive ( _
	propertyName As String _
)
protected:
void AssertNotActive(
	String^ propertyName
)
protected void AssertNotActive(
	String propertyName
)
Parameters
propertyName (String)
Name of property to include in error message.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.7.0.0 (9.7.2.11000)