MessagingFactory.OnCreateTopicClient(String) Method

Definition

Executes the create topic client action.

protected virtual Microsoft.ServiceBus.Messaging.TopicClient OnCreateTopicClient (string path);
abstract member OnCreateTopicClient : string -> Microsoft.ServiceBus.Messaging.TopicClient
override this.OnCreateTopicClient : string -> Microsoft.ServiceBus.Messaging.TopicClient
Protected Overridable Function OnCreateTopicClient (path As String) As TopicClient

Parameters

path
String

The path of the topic relative to the service namespace base address.

Returns

The newly created topic client.

Applies to