C# Class Bus.InfrastructureMessages.CompletionAcknowledgementMessage

Inheritance: ICommand
Show file Open project: jbouzaglou/PetPigeonsESB Class Usage Examples

Public Methods

Method Description
CompletionAcknowledgementMessage ( System.Guid messageId, string messageType, bool processingSuccessful, IEndpoint endpoint ) : System

Method Details

CompletionAcknowledgementMessage() public method

public CompletionAcknowledgementMessage ( System.Guid messageId, string messageType, bool processingSuccessful, IEndpoint endpoint ) : System
messageId System.Guid
messageType string
processingSuccessful bool
endpoint IEndpoint
return System