Aspectacular.AzureQueueConnection.AzureQueueConnection C# (CSharp) 메소드

AzureQueueConnection() 보호된 메소드

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