ArcObjects Library Reference (Server)  

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(
  long* pMaxLogFileSize
);
[C++]

Parameters

pMaxLogFileSize [out, retval]   pMaxLogFileSize is a parameter of type long

Product Availability

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

See Also

IServerObjectFactoryX Interface