C# Class DotNetWorkQueue.MessageInterceptorResult

The result of an interception
Exibir arquivo Open project: blehnen/DotNetWorkQueue

Public Methods

Method Description
MessageInterceptorResult ( byte output, bool addToGraph, Type interceptorType ) : System

Initializes a new instance of the MessageInterceptorResult class.

Method Details

MessageInterceptorResult() public method

Initializes a new instance of the MessageInterceptorResult class.
public MessageInterceptorResult ( byte output, bool addToGraph, Type interceptorType ) : System
output byte The output.
addToGraph bool if set to true [the interceptor has injected itself].
interceptorType System.Type Type of the interceptor.
return System