Aspectacular.AzureQueueConnection.AzureQueueConnection C# (CSharp) Метод

AzureQueueConnection() защищенный Метод

protected AzureQueueConnection ( ) : System
Результат System
        protected AzureQueueConnection()
        {
            this.lazyQueue = new Lazy<CloudQueue>(this.InitAzureQueue);
        }