C# Class InvertedSoftware.WorkflowEngine.QueueOperationsHandler

Handle queue operations
Afficher le fichier Open project: invertedsoftware/Inverted-Software-Workflow-Engine

Méthodes publiques

Méthode Description
HandleComplete ( ProcessorQueue processorQueue, IWorkflowMessage message ) : void
HandleError ( System.ServiceModel.MsmqPoisonMessageException error ) : void

Method Details

HandleComplete() public static méthode

public static HandleComplete ( ProcessorQueue processorQueue, IWorkflowMessage message ) : void
processorQueue InvertedSoftware.WorkflowEngine.DataObjects.ProcessorQueue
message IWorkflowMessage
Résultat void

HandleError() public static méthode

public static HandleError ( System.ServiceModel.MsmqPoisonMessageException error ) : void
error System.ServiceModel.MsmqPoisonMessageException
Résultat void