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


IServerLog2.ReleaseLog Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerLog2 Interface > IServerLog2.ReleaseLog Method
ArcGIS Developer Help

IServerLog2.ReleaseLog Method

Release the server log back to the server so it can be used by another client.

[Visual Basic .NET]
Public Sub ReleaseLog ( _
)
[C#]
public void ReleaseLog (
);
[C++]
HRESULT ReleaseLog(
void
);

Product Availability

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

See Also

IServerLog2 Interface