This document is archived and information here might be outdated. Recommended version. |
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
);
The CreateQuery method returns an IServerLogQuery interface that can be populated and used as an argument to the GetLogRecords method.