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


IServerLog2.ReleaseLog Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Server)  

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