A uniquely named block of data which is held in a Channel.
Namespace:
IBM.CTG
Assembly:
IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.2.0.0
Syntax
| C# |
|---|
public sealed class Container : IDisposable |
| Visual Basic |
|---|
Public NotInheritable Class Container _ Implements IDisposable |
| Visual C++ |
|---|
public ref class Container sealed : IDisposable |
Remarks
At creation time a Container is defined as of type BIT (holding binary data) or of type CHAR (holding character data).
Inheritance Hierarchy
Thread Safety
Members of this type are thread safe.