Contents

GetTimeoutDuration

Method to retrieve the timeout duration in milliseconds for a request.

Declaration

UInt32 GetTimeoutDuration (
 SCSIParallelTaskIdentifierparallelTask );

Parameters

  • parallelTask:

    A valid SCSIParallelTaskIdentifier.

Return Value

returns timeout duration in milliseconds

Overview

Method to retrieve the timeout duration in milliseconds for a request. A value of zero represents an infinite timeout, or on hardware where infinite timeouts are not possible, substitute the longest timeout possible.

See Also

Miscellaneous