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

Inheritance: ICommandMessenger
Afficher le fichier Open project: taliesins/talifun-commander

Méthodes publiques

Méthode 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 méthode

public CreateCancelMessage ( System.Guid correlationId, System.Guid requestorCorrelationId ) : object
correlationId System.Guid
requestorCorrelationId System.Guid
Résultat object

CreateRequestMessage() public méthode

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
Résultat object

CreateTestConfigurationRequestMessage() public méthode

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
Résultat object