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: 14.0.0.0 (14.0.0.20000)