GetClientTC

Obtain the Transaction Control Data (XML) sent by client.

var strTC = GetClientTC();

Parameters

None

 

Return Values

If no error occurs, the returned value is a string containing the transaction control XML.

On error, the return is null.

 

Remarks

Alternatively you can use the ClientTC global property.

 

Example

var strTC = GetClientTC();