C# 클래스 MassTransit.HttpTransport.Clients.HttpClientCache.ClientScope

파일 보기 프로젝트 열기: MassTransit/MassTransit

공개 메소드들

메소드 설명
Attach ( CancellationToken cancellationToken ) : Task
ClientScope ( ITaskScope supervisor ) : System
CreateFaulted ( Exception exception ) : void
Created ( HttpClientContext clientContext ) : void

비공개 메소드들

메소드 설명
CloseContext ( ) : Task

메소드 상세

Attach() 공개 메소드

public Attach ( CancellationToken cancellationToken ) : Task
cancellationToken System.Threading.CancellationToken
리턴 Task

ClientScope() 공개 메소드

public ClientScope ( ITaskScope supervisor ) : System
supervisor ITaskScope
리턴 System

CreateFaulted() 공개 메소드

public CreateFaulted ( Exception exception ) : void
exception System.Exception
리턴 void

Created() 공개 메소드

public Created ( HttpClientContext clientContext ) : void
clientContext HttpClientContext
리턴 void