Binding.SendTimeout 属性

定义

获取或设置在传输引发异常之前可用于完成写入操作的时间间隔。

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

属性值

指定 TimeSpan 在超时之前必须完成写入操作多长时间的 。默认值为 1 分钟。

例外

值小于零或太大。

注解

如果对绑定或通道启用了事务流,执行操作所需的时间可能会比指定的超时时间长。 在这些情况下,将会因为超时过期而导致操作失败,事务也将随之中止。

适用于