MessageClientEntity.OnOpen Method

Executes upon calling the operation to open the message client entity.

Namespace:  Microsoft.ServiceBus.Messaging
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)

Syntax

'Declaration
Protected Overridable Sub OnOpen ( _
    timeout As TimeSpan _
)
'Usage
Dim timeout As TimeSpan

Me.OnOpen(timeout)
protected virtual void OnOpen(
    TimeSpan timeout
)
protected:
virtual void OnOpen(
    TimeSpan timeout
)
abstract OnOpen : 
        timeout:TimeSpan -> unit 
override OnOpen : 
        timeout:TimeSpan -> unit 
protected function OnOpen(
    timeout : TimeSpan
)

Parameters

  • timeout
    Type: System.TimeSpan
    The time span interval the operation waits before it times out.

See Also

Reference

MessageClientEntity Class

Microsoft.ServiceBus.Messaging Namespace