com.esri.arcgis.server
Interface IServerLog2
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- IServerLog2Proxy, ServerLogImpl
public interface IServerLog2
- extends Serializable
Provides access to members that query and retrieve log records.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Method Summary |
void |
releaseLog()
Release the server log back to the server so it can be used by another client. |
releaseLog
void releaseLog()
throws IOException,
AutomationException
- Release the server log back to the server so it can be used by another client.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.