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: 1.0.0.0

Syntax

C#
public class Container : IDisposable
Visual Basic (Declaration)
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). Other threads which attempt to access the Container while a Flow(GatewayRequest) operation is in progress will block until the Flow method returns.

Inheritance Hierarchy

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

Thread Safety

This type is thread safe.

See Also