C# 클래스 MassTransit.HttpTransport.Clients.HttpClientCache
파일 보기
프로젝트 열기: MassTransit/MassTransit
1 사용 예제들
공개 메소드들
메소드 |
설명 |
|
Close ( ) : Task |
|
|
DoWith ( IPipe clientPipe, CancellationToken cancellationToken ) : Task |
|
|
HttpClientCache ( ITaskSupervisor supervisor, IReceivePipe receivePipe ) : System |
|
|
Probe ( ProbeContext context ) : void |
|
|
비공개 메소드들
메소드 상세
public Close ( ) : Task |
리턴 |
Task |
|
public DoWith ( IPipe clientPipe, CancellationToken cancellationToken ) : Task |
clientPipe |
IPipe |
|
cancellationToken |
System.Threading.CancellationToken |
|
리턴 |
Task |
|
public HttpClientCache ( ITaskSupervisor supervisor, IReceivePipe receivePipe ) : System |
supervisor |
ITaskSupervisor |
|
receivePipe |
IReceivePipe |
|
리턴 |
System |
|
public Probe ( ProbeContext context ) : void |
context |
ProbeContext |
|
리턴 |
void |
|