Create InitialContext objects

An application must create an initial context to be used to make a connection to the administered objects repository to retrieve the required administered objects.


An InitialContext object encapsulates a connection to the repository. The XMS API provides methods to perform the following tasks:

  • Create an InitialContext object
  • Look up an administered object in the administered object repository.


Procedure

For further details about creating an InitialContext object, see InitialContext for .NET and Properties of InitialContext. Parent topic: Work with administered objects