Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
DotNetWorkQueue
MessageInterceptorsGraph
C# Class DotNetWorkQueue.MessageInterceptorsGraph
Tracks which message interceptors have been used on a message
Mostra file
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