C# 클래스 Aspectacular.AzureQueueConnection

Base class for defining connection to Azure queues
파일 보기 프로젝트 열기: vgribok/Aspectacular

보호된 프로퍼티들

프로퍼티 타입 설명
lazyQueue Lazy

보호된 메소드들

메소드 설명
AzureQueueConnection ( ) : System

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

Delayed queue initializer.

메소드 상세

AzureQueueConnection() 보호된 메소드

protected AzureQueueConnection ( ) : System
리턴 System

InitAzureQueue() 보호된 메소드

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

프로퍼티 상세

lazyQueue 보호되어 있는 프로퍼티

protected Lazy lazyQueue
리턴 Lazy