GigaSpaces XAP.NET Documentation
GetContainerConfig Method (name)
Class LibraryGigaSpaces.XAP.ConfigurationEventListenerContainersConfigurationElementGetContainerConfig(String)
Gets a specific event container configuration.
Declaration Syntax
C#Visual BasicVisual C++J#
public EventListenerContainerConfigurationElement GetContainerConfig(
	string name
)
Public Function GetContainerConfig ( _
	name As String _
) As EventListenerContainerConfigurationElement
public:
EventListenerContainerConfigurationElement^ GetContainerConfig(
	String^ name
)
public EventListenerContainerConfigurationElement GetContainerConfig(
	String name
)
Parameters
name (String)
Event container name.
Return Value
Specific event container configuration.

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