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


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

IServerObjectFactoryX.GetMaxLogFileSize Method

Gets the maximum size of the log file that was set on the factory.

[Visual Basic .NET]
Public Function GetMaxLogFileSize ( _
) As Integer
[C#]
public int GetMaxLogFileSize (
);
[C++]
HRESULT GetMaxLogFileSize(
void
);

Product Availability

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

See Also

IServerObjectFactoryX Interface