TraceSetTraceFile Method

CICS Transaction Gateway V9.3.0.0

Note: This API is now obsolete.

This method is obsolete and should no longer be used.

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

[ObsoleteAttribute("No longer used.")]
public static void SetTraceFile(
	string fileName
)

Parameters

fileName
Type: SystemString
The name of the file to use for ctgclient.dll trace, or to revert to the standard error output stream.
Exceptions

ExceptionCondition
IOExceptionThe trace file could not be created at the specified location.
See Also

Reference