Méthode | Description | |
---|---|---|
Create ( |
Create a messaging factory based on a address and related settings
|
|
Create ( |
Create a messaging factory based on a address and token provider
|
|
CreateEventHubClient ( string path ) : ppatierno.AzureSBLite.Messaging.EventHubClient |
Create and event hub client instance
|
|
CreateFromConnectionString ( string connectionString ) : |
Create a messaging factory from a connection string
|
|
CreateMessageReceiver ( string path ) : ppatierno.AzureSBLite.Messaging.MessageReceiver |
Create a message receiver instance with peek/lock mode
|
|
CreateMessageReceiver ( string path, ReceiveMode receiveMode ) : ppatierno.AzureSBLite.Messaging.MessageReceiver |
Create a message receiver instance
|
|
CreateMessageSender ( string path ) : |
Create a message sender instance
|
|
CreateQueueClient ( string path ) : ppatierno.AzureSBLite.Messaging.QueueClient |
Creates a new queue client
|
|
CreateQueueClient ( string path, ReceiveMode receiveMode ) : ppatierno.AzureSBLite.Messaging.QueueClient |
Creates a new queue client
|
|
CreateSubscriptionClient ( string topicPath, string name ) : ppatierno.AzureSBLite.Messaging.SubscriptionClient |
Create a new subscription client
|
|
CreateSubscriptionClient ( string topicPath, string name, ReceiveMode receiveMode ) : ppatierno.AzureSBLite.Messaging.SubscriptionClient |
Create a new subscription client
|
|
CreateTopicClient ( string path ) : ppatierno.AzureSBLite.Messaging.TopicClient |
Creates a new topic client
|
Méthode | Description | |
---|---|---|
CreateReceiver ( string path, string consumerGroupName, string partitionId, string startingOffset, System.DateTime startingDateTimeUtc ) : ppatierno.AzureSBLite.Messaging.MessageReceiver |
Create a receiver instance
|
|
CreateTokenProvider ( string sharedAccessKeyName, string sharedAccessKey ) : TokenProvider |
Create a SAS token provider based on key name and access key
|
|
Open ( string entity ) : bool |
Open connection to the service bus
|
public static Create ( |
||
address | Base address | |
settings | MessagingFactorySettings | Messaging factory settings |
Résultat |
public static Create ( |
||
address | Base address | |
tokenProvider | TokenProvider | Token provider |
Résultat |
public abstract CreateEventHubClient ( string path ) : ppatierno.AzureSBLite.Messaging.EventHubClient | ||
path | string | Path to event hub entity |
Résultat | ppatierno.AzureSBLite.Messaging.EventHubClient |
public static CreateFromConnectionString ( string connectionString ) : |
||
connectionString | string | Connection string |
Résultat |
public abstract CreateMessageReceiver ( string path ) : ppatierno.AzureSBLite.Messaging.MessageReceiver | ||
path | string | Path to the entity |
Résultat | ppatierno.AzureSBLite.Messaging.MessageReceiver |
public abstract CreateMessageReceiver ( string path, ReceiveMode receiveMode ) : ppatierno.AzureSBLite.Messaging.MessageReceiver | ||
path | string | Path to the entity |
receiveMode | ReceiveMode | Receive mode |
Résultat | ppatierno.AzureSBLite.Messaging.MessageReceiver |
public abstract CreateMessageSender ( string path ) : |
||
path | string | Path to the entity |
Résultat |
public abstract CreateQueueClient ( string path ) : ppatierno.AzureSBLite.Messaging.QueueClient | ||
path | string | Path to the entity |
Résultat | ppatierno.AzureSBLite.Messaging.QueueClient |
public abstract CreateQueueClient ( string path, ReceiveMode receiveMode ) : ppatierno.AzureSBLite.Messaging.QueueClient | ||
path | string | Path to the entity |
receiveMode | ReceiveMode | Receive mode |
Résultat | ppatierno.AzureSBLite.Messaging.QueueClient |
public abstract CreateSubscriptionClient ( string topicPath, string name ) : ppatierno.AzureSBLite.Messaging.SubscriptionClient | ||
topicPath | string | Path to the topic related entity |
name | string | Name of the subscription |
Résultat | ppatierno.AzureSBLite.Messaging.SubscriptionClient |
public abstract CreateSubscriptionClient ( string topicPath, string name, ReceiveMode receiveMode ) : ppatierno.AzureSBLite.Messaging.SubscriptionClient | ||
topicPath | string | Path to the topic related entity |
name | string | Name of the subscription |
receiveMode | ReceiveMode | Receive mode |
Résultat | ppatierno.AzureSBLite.Messaging.SubscriptionClient |
public abstract CreateTopicClient ( string path ) : ppatierno.AzureSBLite.Messaging.TopicClient | ||
path | string | Path to the entity |
Résultat | ppatierno.AzureSBLite.Messaging.TopicClient |