Previous Topic: Assembler—CICS and IMS Server Manager ExitNext Topic: C/C++—Middleware Exits Supporting Server-to-Server Flows


C#—.NET Server Manager Runtime Exits

The source code for each of the C# user exits can be found in a file of the same name as the exit with a .cs suffix. For example, the exit SrvrErrorExit is contained within a file named SrvrErrorExit.cs.

These user exits are located within appropriate subdirectories within the CA Gen installation area. Typically %GENxx%Gen\.net\exits\src. C# exits are supported on Windows platforms only.

Note: xx refers to the current release of CA Gen. For the current release number, see the Release Notes.

The following table gives a brief description of the exits present in this exit:

User Exit Name

Description

SrvrErrorExit

C# Server to Server Error exit

SecurityValidationExit

C# Server Security Validation

Note: For more information about the user exits, see the User Exit Reference Guide.