Enables a disabled SOM.
[Visual Basic .NET]
Public Sub Enable ( _
)
[C#] public void Enable ( );
[C++]
HRESULT Enable(
void
);
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
The Enable method of the IServerObjectAdmin2 interface enables a previously disabled SOM. Using this method on a currently enabled SOM has no effect. Server objects that had been disabled will be immediately available.