EciRequestMirrorTransId Property

CICS Transaction Gateway V10.1.0.0
Gets or sets the identifier of the mirror transaction that will be used to process the request.

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

public string MirrorTransId { get; set; }

Property Value

Type: String
Remarks

This transaction must be defined as a mirror transaction in the CICS server. If the request is extended, this property has a meaning only for the first request within a logical unit of work (LUW). Subsequent requests within the same LUW will use the mirror transaction specified on the first request. The maximum length of a transaction identifier is 4 characters. If the specified value is longer than 4 characters it will be truncated.
See Also

Reference