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

ModuleClient.OperationTimeoutInMilliseconds 属性

定义

存储操作重试中使用的超时。 请注意,对于提供取消令牌的操作,将忽略此值。 例如,SendEventAsync (Message) 将使用此超时,但 SendEventAsync (Message、CancellationToken) 将不使用此超时。 后一个操作将仅由提供的取消令牌取消。

public uint OperationTimeoutInMilliseconds { get; set; }
member this.OperationTimeoutInMilliseconds : uint32 with get, set
Public Property OperationTimeoutInMilliseconds As UInteger

属性值

适用于