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

Syntax

C#
public class Container : IDisposable
Visual Basic
Public Class Container _
	Implements IDisposable
Visual C++
public ref class Container : 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

System..::..Object
  IBM.CTG..::..Container

Thread Safety

Members of this type are thread safe.

See Also