MessagingFactory.OnCreateQueueClient Method

Executes the create queue client action.

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

Syntax

'Declaration
Protected Overridable Function OnCreateQueueClient ( _
    path As String _
) As QueueClient
'Usage
Dim path As String
Dim returnValue As QueueClient

returnValue = Me.OnCreateQueueClient(path)
protected virtual QueueClient OnCreateQueueClient(
    string path
)
protected:
virtual QueueClient^ OnCreateQueueClient(
    String^ path
)
abstract OnCreateQueueClient : 
        path:string -> QueueClient 
override OnCreateQueueClient : 
        path:string -> QueueClient 
protected function OnCreateQueueClient(
    path : String
) : QueueClient

Parameters

  • path
    Type: System.String
    The path of the queue relative to the service namespace base address.

Return Value

Type: Microsoft.ServiceBus.Messaging.QueueClient
The newly created queue client.

See Also

Reference

MessagingFactory Class

Microsoft.ServiceBus.Messaging Namespace