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)
public byte[] GetCommareaData()
Public Function GetCommareaData As Byte()
public:
array<unsigned char>^ GetCommareaData()
Return Value
Type:
Byte
An array of bytes representing the COMMAREA associated with the request, or
if no COMMAREA has been set.
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.
Reference