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


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

IServerConfigurationStorage.GetLogFile Method

[Visual Basic .NET]
Public Function GetLogFile ( _
    ByVal fileName As String, _
    ByRef pDateCreated As DateTime&, _
    ByRef pDateModified As DateTime& _
) As String
[C#]
public string GetLogFile (
    string fileName,
    ref DateTime& pDateCreated,
    ref DateTime& pDateModified
);
[C++]
HRESULT GetLogFile(
  BSTR fileName,
  System.DateTime* pDateCreated,
  System.DateTime* pDateModified
);
[C++]
Parameters
fileName [in]

fileName is a parameter of type BSTR pDateCreated [out]
pDateCreated is a parameter of type DATE* pDateModified [out]
pDateModified is a parameter of type DATE*

Product Availability

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

See Also

IServerConfigurationStorage Interface