EciRequestGetCommareaData Method (Byte)

CICS Transaction Gateway V9.3.0.0
Copies the COMMAREA data associated with the request into the specified array.

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

public void GetCommareaData(
	byte[] array
)

Parameters

array
Type: SystemByte
A byte array to copy the COMMAREA data into.
Exceptions

ExceptionCondition
ArgumentNullExceptionarray is .
ArgumentOutOfRangeExceptionThe size of the COMMAREA data is greater than the length of array.
See Also

Reference