ArcObjects Library Reference (GISClient)  

IDiscoveryServerObjectAdmin.UpdateLogSettings Method

Update the log settings of server.

[Visual Basic .NET]
Public Sub UpdateLogSettings ( _
    ByVal pLogSettings As IDiscoveryServerLogSettings _
)
[C#]
public void UpdateLogSettings (
    IDiscoveryServerLogSettings pLogSettings
);
[C++]
HRESULT UpdateLogSettings(
  IDiscoveryServerLogSettings* pLogSettings
);
[C++]

Parameters

pLogSettings [in]

  pLogSettings is a parameter of type IDiscoveryServerLogSettings

Product Availability

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

See Also

IDiscoveryServerObjectAdmin Interface