TimeOutPeriod Constructor
IT Hit WebDAV Classes Reference
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
)
Public Sub New (
unit As LockTimeOutUnit,
quantity As UInteger
)
public:
TimeOutPeriod(
LockTimeOutUnit unit,
unsigned int quantity
)
new :
unit : LockTimeOutUnit *
quantity : uint32 -> TimeOutPeriod
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