C# 클래스 Rackspace.Cloud.Server.Agent.Specs.BaseCommandQueueContext

파일 보기 프로젝트 열기: rackerlabs/openstack-guest-agents-windows-xenserver

보호된 프로퍼티들

프로퍼티 타입 설명
commandFactory ICommandFactory
commandQueue CommandQueue
executableCommand IExecutableCommand
logger ILogger
xenStore IXenStore

보호된 메소드들

메소드 설명
CreateContext ( ) : void
XenSetup ( ) : void

메소드 상세

CreateContext() 보호된 메소드

protected CreateContext ( ) : void
리턴 void

XenSetup() 보호된 메소드

protected XenSetup ( ) : void
리턴 void

프로퍼티 상세

commandFactory 보호되어 있는 프로퍼티

protected ICommandFactory commandFactory
리턴 ICommandFactory

commandQueue 보호되어 있는 프로퍼티

protected CommandQueue commandQueue
리턴 CommandQueue

executableCommand 보호되어 있는 프로퍼티

protected IExecutableCommand executableCommand
리턴 IExecutableCommand

logger 보호되어 있는 프로퍼티

protected ILogger logger
리턴 ILogger

xenStore 보호되어 있는 프로퍼티

protected IXenStore xenStore
리턴 IXenStore