Aspectacular.AzureQueueConnection.AzureQueueConnection C# (CSharp) Method

AzureQueueConnection() protected method

protected AzureQueueConnection ( ) : System
return System
        protected AzureQueueConnection()
        {
            this.lazyQueue = new Lazy<CloudQueue>(this.InitAzureQueue);
        }