Click or drag to resize

TimeOutPeriod Constructor

IT Hit WebDAV Classes Reference
Initializes a new instance of the TimeOutPeriod class

Namespace:  ITHit.MapWebDAVDrive.Core
Assembly:  ITHit.MapWebDAVDrive.Core (in ITHit.MapWebDAVDrive.Core.dll) Version: 1.3.997.0 (1.3.997.0)
Syntax
public TimeOutPeriod(
	LockTimeOutUnit unit,
	uint quantity
)

Parameters

unit
Type: ITHit.MapWebDAVDrive.CoreLockTimeOutUnit

[Missing <param name="unit"/> documentation for "M:ITHit.MapWebDAVDrive.Core.TimeOutPeriod.#ctor(ITHit.MapWebDAVDrive.Core.LockTimeOutUnit,System.UInt32)"]

quantity
Type: SystemUInt32

[Missing <param name="quantity"/> documentation for "M:ITHit.MapWebDAVDrive.Core.TimeOutPeriod.#ctor(ITHit.MapWebDAVDrive.Core.LockTimeOutUnit,System.UInt32)"]

See Also