Aspectacular.AzureQueueConnection.AzureQueueConnection C# (CSharp) Méthode

AzureQueueConnection() protected méthode

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