C# Class Aspectacular.AzureQueueConnection

Base class for defining connection to Azure queues
Afficher le fichier Open project: vgribok/Aspectacular

Protected Properties

Свойство Type Description
lazyQueue Lazy

Méthodes protégées

Méthode Description
AzureQueueConnection ( ) : System

InitAzureQueue ( ) : Microsoft.WindowsAzure.Storage.Queue.CloudQueue

Delayed queue initializer.

Method Details

AzureQueueConnection() protected méthode

protected AzureQueueConnection ( ) : System
Résultat System

InitAzureQueue() protected méthode

Delayed queue initializer.
protected InitAzureQueue ( ) : Microsoft.WindowsAzure.Storage.Queue.CloudQueue
Résultat Microsoft.WindowsAzure.Storage.Queue.CloudQueue

Property Details

lazyQueue protected_oe property

protected Lazy lazyQueue
Résultat Lazy