|
| ESRI.ArcGIS.Geoprocessor | |
| IServerContext Property | |
| See Also Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers | |
| ESRI.ArcGIS.Geoprocessor Namespace > Geoprocessor Class : IServerContext Property |
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.
| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property IServerContext As IServerContext | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public IServerContext IServerContext {get;} | |