C# Class Talifun.Commander.Command.Audio.AudioConversionMessenger

Inheritance: ICommandMessenger
Mostrar archivo Open project: taliesins/talifun-commander

Public Methods

Method Description
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

Method Details

CreateCancelMessage() public method

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

CreateRequestMessage() public method

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
return object

CreateTestConfigurationRequestMessage() public method

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
return object