SetHostIdleTimeout method of the MSFT_IPAM_WCFServiceHostCollection class

Updates the timeout duration of a WCF service host.

Syntax

uint32 SetHostIdleTimeout(
  [in] uint8 idleTimeoutInMinutes
);

Parameters

idleTimeoutInMinutes [in]

The timeout duration of the service host, in minutes.

Return value

Returns 0 on success, otherwise returns a WMI error code.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012 R2
Namespace
Root\Microsoft\IPAM
MOF
IPAMServerPSProvider.mof
DLL
IPAMServerPSProvider.dll

See also

MSFT_IPAM_WCFServiceHostCollection