ArcObjects Library Reference  (Server)    

ServerContext Class

The ServerContext object used for working with ArcObjects in the GIS server.

ServerContext is a non-creatable object. References to non-creatable objects must be obtained through other objects.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Interfaces

Interfaces Description
IServerContext Provides access to members for managing a server context, and the objects running within that server context.

Remarks

A ServerContext is a reserved space within the server dedicated to a set of running objects. GIS server objects also live in a server context. When developing applications with ArcGIS server, all ArcObjects that your application creates and uses live within a server context.

This object supports a single interface: IServerContext. You can get at the server object running within a server context using the ServerObject property on IServerContext. IServerContext also contains methods for creating and managing objects running within the ServerContext.

You get a ServerContext by calling the CreateServerContext method on IServerObjectManager.

See Also

IAGSServerConnectionAdmin Interface | IAGSServerConnection Interface | IAGSServerConnectionFactory Interface | IAGSServerConnectionName Interface | IAGSServerObject Interface | IAGSServerObjectName Interface | IAGSEnumServerObjectName Interface | AGSServerConnectionFactory Class | AGSServerObjectName Class | AGSServerConnection Class | AGSServerConnectionName Class | ServerMachine Class | GISServerConnection Class | IServerObjectTypeInfo Interface | IEnumServerObjectTypeInfo Interface | IServerObjectConfiguration Interface | ServerContext Class | IServerObjectType Interface | IServerObject Interface | IEnumServerObjectType Interface | ServerDirectory Class | IGISServerConnection Interface | ServerDirectoryInfo Class | IServerObjectConfigurationInfo Interface | ServerObjectTypeInfo Class | IEnumServerDirectory Interface | ServerObject Class | IEnumServerObjectConfigurationInfo Interface | IServerMachine Interface | IServerContext Interface | ServerObjectAdmin Class | IServerObjectManager Interface | IEnumServerMachine Interface | ServerObjectType Class | ServerObjectConfiguration Class | IEnumServerObjectConfiguration Interface | ServerObjectConfigurationInfo Class | ServerObjectManager Class | ServerObjectConfigurationStatus Class | IServerObjectAdmin Interface | GISServerConnection Class | IGISServerConnection Interface | IServerObjectAdmin Interface | IServerContext Interface | IServerObjectManager Interface | IServerObject Interface

 


Feedback Send feedback on this page