AppContext Class

 

This type is used to represent Tuxedo application context, it also encapsulates most Tuxedo ATMI C functions that need to work under Tuxedo application context.

When programming Tuxedo .NET /WS, each instance of class AppContext is used to represent a separate Tuxedo application context, hence the explicit context switch is no longer needed in .NET /WS.

You must instantiate one AppContext object using AppContext.tpinit () method to join a Tuxedo domain and perform further communication jobs using this object

For a list of all members of this type, see AppContext Members.

System.Object

       Bea.Tuxedo.ATMI.AppContext

public class AppContext

Thread safety

This type is not guaranteed to be safe for multithreaded operations.

Remarks

 

Requirements

Namespace: Bea.Tuxedo.ATMI

Assembly: libwscdnet (in libwscdnet.dll)