C# Class DotNetWorkQueue.MessageInterceptorsGraph

Tracks which message interceptors have been used on a message
Exibir arquivo Open project: blehnen/DotNetWorkQueue Class Usage Examples

Public Methods

Method Description
Add ( Type type ) : void

Adds the specified type.

Method Details

Add() public method

Adds the specified type.
public Add ( Type type ) : void
type System.Type The type.
return void