C# Класс DotNetWorkQueue.MessageInterceptorsGraph

Tracks which message interceptors have been used on a message
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Add ( Type type ) : void

Adds the specified type.

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

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

Adds the specified type.
public Add ( Type type ) : void
type System.Type The type.
Результат void