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


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

IServerLog.CreateQuery Method

Creates an IServerLogQuery for interrogating the ArcGIS server logs.

[Visual Basic .NET]
Public Function CreateQuery ( _
) As IServerLogQuery
[C#]
public IServerLogQuery CreateQuery (
);
[C++]
HRESULT CreateQuery(
void
);

Product Availability

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

Remarks

The CreateQuery method returns an IServerLogQuery interface that can be populated and used as an argument to the GetLogRecords method.

See Also

IServerLog Interface