This document is archived and information here might be outdated.  Recommended version.


IServerObjectType2.IsolationLevel Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Server)  

IServerObjectType2.IsolationLevel Property

The isolation level of the server objects supported by the server object type.

[Visual Basic .NET]
Public Property IsolationLevel As esriServerIsolationLevel
[C#]
public esriServerIsolationLevel IsolationLevel {get; set;}
[C++]
HRESULT get_IsolationLevel(
  esriServerIsolationLevel* isoLevel
);
[C++]
HRESULT put_IsolationLevel(
  esriServerIsolationLevel isoLevel
);
[C++]

Parameters isoLevel [out, retval]
isoLevel is a parameter of type esriServerIsolationLevel isoLevel [in]
isoLevel is a parameter of type esriServerIsolationLevel

Product Availability

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

See Also

IServerObjectType2 Interface