EciRequestGetCommareaData Method (Byte)

CICS Transaction Gateway V10.1.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: 10.1.0.0 (10.1.0.0)
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.
Remarks

The COMMAREA held within the EciRequest is copied in to the specified array. Subsequent modifications to the array will not be reflected in the COMMAREA that is sent to CICS unless SetCommareaData(Byte) is invoked with the modified array.
See Also

Reference