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

WcfActorRemotingProviderAttribute.OpenTimeoutInMilliSeconds 属性

定义

获取或设置打开连接等待的时间(以毫秒为单位)。

public long OpenTimeoutInMilliSeconds { get; set; }
member this.OpenTimeoutInMilliSeconds : int64 with get, set
Public Property OpenTimeoutInMilliSeconds As Long

属性值

打开连接所需的等待时间(以毫秒为单位)。 如果未指定此值或该值小于零,则使用默认值 5000 毫秒。

适用于