C# 클래스 Platform.TestClient.CommandProcessorContext

파일 보기 프로젝트 열기: Lokad/lokad-data-platform 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Client Client
Log ILogger

공개 메소드들

메소드 설명
CommandProcessorContext ( Client client, ILogger log ) : System.Threading

메소드 상세

CommandProcessorContext() 공개 메소드

public CommandProcessorContext ( Client client, ILogger log ) : System.Threading
client Client
log ILogger
리턴 System.Threading

프로퍼티 상세

Client 공개적으로 프로퍼티

public Client,Platform.TestClient Client
리턴 Client

Log 공개적으로 프로퍼티

public ILogger Log
리턴 ILogger