A processing unit container represents a currently running processing unit context.
            
| C# | Visual Basic | Visual C++ | J# | 
public abstract class ProcessingUnitContainer : IDisposable
Public MustInherit Class ProcessingUnitContainer _ Implements IDisposable
public ref class ProcessingUnitContainer abstract : IDisposable
public abstract class ProcessingUnitContainer implements IDisposable
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
| ProcessingUnitContainer(ProcessingUnitContainerConfig) | 
            Life cycle constructor called to instantiate the processing unit container within the service grid.
              | |
| ClusterInfo | 
            Gets the processing unit's cluster information.
              | |
| Configuration | 
            Gets the processing unit configuration
              | |
| CreateEmbeddedSpace(EmbeddedSpaceFactory) | 
            Creates a managed embedded space using the specified factory.
              | |
| CreateEmbeddedSpace(EmbeddedSpaceConfigurationElement) | 
            Creates a managed embedded space using the specified configuration element.
              | |
| CreateMirror(MirrorConfigurationElement) | 
            Creates a managed mirror component using the specified configuration element.
              | |
| CreateSpaceProxy(SpaceProxyFactory) | 
            Creates a managed space proxy using the specified factory.
              | |
| CreateSpaceProxy(String, String, SpaceConfig, Boolean, SpaceProxyMode) |  Obsolete. 
            Creates a managed space proxy / embedded space using the specified settings
              | |
| CreateSpaceProxy(SpaceProxyConfigurationElement) | 
            Creates a managed space proxy using the specified configuration element.
              | |
| Current | 
            Returns the current processing unit container, if any.
              | |
| Dispose()()() | 
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
              | |
| Equals(Object) |  (Inherited from Object.) | |
| Finalize()()() | 
                    Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
                  (Inherited from Object.) | |
| GetHashCode()()() | 
                    Serves as a hash function for a particular type. 
                  (Inherited from Object.) | |
| GetSpaceProxies()()() | 
            Gets all the space proxies which are managed by this container.
              | |
| GetSpaceProxy(String) | 
            Gets the space proxy associated with the specified name.
              | |
| GetSpaceProxy(String, String) | 
            Gets the space proxy associated with the specified name, or the default space proxy if name is not specified.
              | |
| GetType()()() | 
                    Gets the Type of the current instance.
                  (Inherited from Object.) | |
| Initialize()()() | 
            Initialize the processing unit.
              | |
| MemberwiseClone()()() | 
                    Creates a shallow copy of the current Object.
                  (Inherited from Object.) | |
| Properties | 
            Gets the processing unit's properties.
              | |
| ToString()()() |  (Inherited from Object.) | |
| WorkingDirectory | 
| Object | ||
| ProcessingUnitContainer | ||
| BasicProcessingUnitContainer | ||
