你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MessagingFactorySettings.OperationTimeout 属性

定义

获取或设置 , TimeSpan 它指定消息传递操作在超时之前必须完成多长时间。

public TimeSpan OperationTimeout { get; set; }
member this.OperationTimeout : TimeSpan with get, set
Public Property OperationTimeout As TimeSpan

属性值

TimeSpan 指定消息传送操作在超时之前必须完成多长时间。默认值为 1 分钟。

例外

设置了 null;例如,可为 null 的 TimeSpan

设置了零或负 TimeSpan 数。

适用于