WcfActorRemotingProviderAttribute.OpenTimeoutInMilliSeconds Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or Sets time to wait in milliseconds for opening the connection.
public long OpenTimeoutInMilliSeconds { get; set; }
member this.OpenTimeoutInMilliSeconds : int64 with get, set
Public Property OpenTimeoutInMilliSeconds As Long
Property Value
Time to wait in milliseconds for opening the connection. If this value is not specified or it is less than zero, default value of 5000 milliseconds is used.