C# 클래스 DotNetWorkQueue.MessageInterceptorsGraph

Tracks which message interceptors have been used on a message
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue 1 사용 예제들

공개 메소드들

메소드 설명
Add ( Type type ) : void

Adds the specified type.

메소드 상세

Add() 공개 메소드

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