GigaSpaces XAP.NET Documentation
ProcessingUnitContainer Class
Class LibraryGigaSpaces.XAP.ProcessingUnit.ContainersProcessingUnitContainer
A processing unit container represents a currently running processing unit context.
Declaration Syntax
C#Visual BasicVisual 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
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ProcessingUnitContainer(ProcessingUnitContainerConfig)
Life cycle constructor called to instantiate the processing unit container within the service grid.

ClusterInfo
Gets the processing unit's cluster information.

Current
Returns the current processing unit container, if any.

Dispose()()()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Equals(Object)
Determines whether the specified Object is equal to the current 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.)
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()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WorkingDirectory

Inheritance Hierarchy
Object
ProcessingUnitContainer
 BasicProcessingUnitContainer

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