C# Класс DotNetWorkQueue.MessageInterceptorResult

The result of an interception
Показать файл Открыть проект

Открытые методы

Метод Описание
MessageInterceptorResult ( byte output, bool addToGraph, Type interceptorType ) : System

Initializes a new instance of the MessageInterceptorResult class.

Описание методов

MessageInterceptorResult() публичный Метод

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.
Результат System