EciRequestGetCommareaData Method

CICS Transaction Gateway V9.3.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: 9.1.0.0 (9.1.0.4)
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.
See Also

Reference