EciRequestGetCommareaData Method

CICS Transaction Gateway V10.1.0.0
Copies the COMMAREA data associated with the request into a new array.

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

public byte[] GetCommareaData()

Return Value

Type: Byte
An array of bytes representing the COMMAREA associated with the request, or if no COMMAREA has been set.
Remarks

The returned array is a clone of the COMMAREA held within the EciRequest. 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