HybridConnectionListener.OpenAsync Method (TimeSpan)
Opens the HybridConnectionListener and registers it as a listener in ServiceBus.
Namespace: Microsoft.ServiceBus.Relay
Assembly: Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
Syntax
public Task OpenAsync(
TimeSpan timeout
)
public:
Task^ OpenAsync(
TimeSpan timeout
)
member OpenAsync :
timeout:TimeSpan -> Task
Public Function OpenAsync (
timeout As TimeSpan
) As Task
Parameters
- timeout
Type: System.TimeSpan
Return Value
Type: System.Threading.Tasks.Task
See Also
HybridConnectionListener Class
Microsoft.ServiceBus.Relay Namespace
Return to top