HybridConnectionClient.ConnectTimeout Property
Gets or sets the timeout used when connecting a HybridConnection. Default value is 70 seconds.
Namespace: Microsoft.ServiceBus.Relay
Assembly: Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
Syntax
public TimeSpan ConnectTimeout { get; set; }
public:
property TimeSpan ConnectTimeout {
TimeSpan get();
void set(TimeSpan value);
}
member ConnectTimeout : TimeSpan with get, set
Public Property ConnectTimeout As TimeSpan
Property Value
Type: System.TimeSpan
See Also
HybridConnectionClient Class
Microsoft.ServiceBus.Relay Namespace
Return to top