|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface esriServerIsolationLevel
The server object configuration isolation level.
esriServerIsolationLevel indicates whether server objects created by a particular ServerObjectConfiguration are created with high isolation or low isolation. Server objects with high isolation have a dedicated process on the GIS server to each instance of the server object. Instances of server objects with low isolation may share processes with other instances of the same server object.
You can get and set the esriServerIsolationLevel for a server object using the IsolationLevel property on IServerObjectConfiguration.
Field Summary | |
---|---|
static int |
esriServerIsolationAny
Low or High isolation. |
static int |
esriServerIsolationHigh
High isolation. |
static int |
esriServerIsolationLow
Low isolation. |
Field Detail |
---|
static final int esriServerIsolationHigh
static final int esriServerIsolationLow
static final int esriServerIsolationAny
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |