ContainerGetBitData Method

CICS Transaction Gateway V9.3.0.0
Gets binary data from a BITContainer.

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.1.0.0 (9.1.0.4)
Syntax

public byte[] GetBitData()

Return Value

Type: Byte
A byte array of data held in the Container.
Exceptions

ExceptionCondition
ContainerTypeExceptionThe Container is not of type BIT.
ObjectDisposedExceptionWhen this Container has already been disposed.
See Also

Reference