C# 클래스 Talifun.Commander.Command.Audio.AudioConversionMessenger

상속: ICommandMessenger
파일 보기 프로젝트 열기: taliesins/talifun-commander

공개 메소드들

메소드 설명
CreateCancelMessage ( System.Guid correlationId, System.Guid requestorCorrelationId ) : object
CreateRequestMessage ( System.Guid correlationId, System.Guid requestorCorrelationId, string>.IDictionary appSettings, ProjectElement project, string workingFilePath, FileMatchElement fileMatch ) : object
CreateTestConfigurationRequestMessage ( System.Guid correlationId, System.Guid requestorCorrelationId, string>.IDictionary appSettings, ProjectElement project ) : object

메소드 상세

CreateCancelMessage() 공개 메소드

public CreateCancelMessage ( System.Guid correlationId, System.Guid requestorCorrelationId ) : object
correlationId System.Guid
requestorCorrelationId System.Guid
리턴 object

CreateRequestMessage() 공개 메소드

public CreateRequestMessage ( System.Guid correlationId, System.Guid requestorCorrelationId, string>.IDictionary appSettings, ProjectElement project, string workingFilePath, FileMatchElement fileMatch ) : object
correlationId System.Guid
requestorCorrelationId System.Guid
appSettings string>.IDictionary
project Talifun.Commander.Command.Configuration.ProjectElement
workingFilePath string
fileMatch Talifun.Commander.Command.Configuration.FileMatchElement
리턴 object

CreateTestConfigurationRequestMessage() 공개 메소드

public CreateTestConfigurationRequestMessage ( System.Guid correlationId, System.Guid requestorCorrelationId, string>.IDictionary appSettings, ProjectElement project ) : object
correlationId System.Guid
requestorCorrelationId System.Guid
appSettings string>.IDictionary
project Talifun.Commander.Command.Configuration.ProjectElement
리턴 object