DkmBreakpointCondition.Timeout 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
这是要用于可能缓慢的操作(如函数计算)的超时。 该值以毫秒为单位。
public:
property System::UInt32 Timeout { System::UInt32 get(); };
public:
property unsigned int Timeout { unsigned int get(); };
public uint Timeout { get; }
member this.Timeout : uint32
Public ReadOnly Property Timeout As UInteger
属性值
-
UInt32
返回 UInt32。
适用于