C# Class Aspectacular.AzureQueueConnection

Base class for defining connection to Azure queues
Datei anzeigen Open project: vgribok/Aspectacular

Protected Properties

Property Type Description
lazyQueue Lazy

Protected Methods

Method Description
AzureQueueConnection ( ) : System

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

Delayed queue initializer.

Method Details

AzureQueueConnection() protected method

protected AzureQueueConnection ( ) : System
return System

InitAzureQueue() protected method

Delayed queue initializer.
protected InitAzureQueue ( ) : Microsoft.WindowsAzure.Storage.Queue.CloudQueue
return Microsoft.WindowsAzure.Storage.Queue.CloudQueue

Property Details

lazyQueue protected_oe property

protected Lazy lazyQueue
return Lazy