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.
| |
| 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.) | |
| 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 | ||
