ResolveCriteria.Duration 属性

定义

获取或设置用于指定一个时间跨度的 TimeSpan,解析操作必须在此时间跨度内完成才不会超时。

public:
 property TimeSpan Duration { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan Duration { get; set; }
member this.Duration : TimeSpan with get, set
Public Property Duration As TimeSpan

属性值

TimeSpan

一个 TimeSpan 实例。

注解

Duration 的默认值为 20 秒。

适用于