ISWDistClientSettings::UserPreemptionTimeout Property
Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2
ISWDistClientSettings::UserPreemptionTimeout is a read-only property, in Configuration Manager, that indicates the agent's current user pre-emption timeout.
[IDL]
HRESULT UserPreemptionTimeout([out, retval] long* pVal);
Parameters
pVal
Data type: longQualifiers: [out, retval]
Pointer to the user pre-emption timeout, in seconds.
Return Values
An HRESULT code. Possible values include, but are not limited to, the following:
- S_OK
The method succeeded.
Remarks
The user pre-emption timeout is the amount of time the Software Distribution Agent waits for a user's input before timing out and continuing with any assigned programs.
Requirements
UIResource.dll.
Runtime Requirements
For more information, see Configuration Manager Client Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Client Development Requirements.