Encapsulates processing unit configuration
            
| C# | Visual Basic | Visual C++ | J# | 
public interface IProcessingUnitConfiguration : IGigaSpacesConfigurationElement
Public Interface IProcessingUnitConfiguration _ Inherits IGigaSpacesConfigurationElement
public interface class IProcessingUnitConfiguration : IGigaSpacesConfigurationElement
public interface IProcessingUnitConfiguration extends IGigaSpacesConfigurationElement
| All Members | Methods | Properties | |||
| Icon | Member | Description | 
|---|---|---|
| EmbeddedSpaces | 
            Gets the collection of embedded spaces configurations.
              | |
| EventContainers | 
            Gets the collection of event containers configurations.
              | |
| GetPropertiesNames()()()() | 
            Returns a collection of the properties names in this element.
              (Inherited from IGigaSpacesConfigurationElement.) | |
| GetProperty(String) | 
            Gets the specified property's value.
              (Inherited from IGigaSpacesConfigurationElement.) | |
| IsDefined(String) | 
            Returns true if the specified property is defined, false otherwise.
              (Inherited from IGigaSpacesConfigurationElement.) | |
| Mirrors | 
            Gets the collection of mirror components configurations.
              | |
| ScanAssemblies | 
            Gets the configuration of the assemblies which should be auto scanned for remote services, event container and 
            basic components.
              | |
| ScanBasicComponents | 
            Determines whether the container should scan and automatically manage processing unit components
            (Types marked with BasicProcessingUnitComponentAttribute).
              | |
| ScanEventContainers | 
            Determines whether the container should scan and automatically manage event listener containers
            (Types marked with EventDrivenAttribute).
              | |
| ScanRemotingServices | 
            Determines whether the container should scan and automatically host remote services
            (Types marked with SpaceRemotingServiceAttribute).
              | |
| SetProperty(String, Object) | 
            Sets the specified property value
              (Inherited from IGigaSpacesConfigurationElement.) | |
| SpaceProxies | 
            Gets the collection of space proxies configurations.
              | 
