C# 클래스 Res.Client.Internal.SingleThreadedZeroMqGateway.InflightEntry

파일 보기 프로젝트 열기: heartysoft/res

공개 메소드들

메소드 설명
Drop ( ) : void
InflightEntry ( System.Guid requestId, PendingResRequest request, Action resultProcessor ) : System
ProcessResult ( NetMQMessage m ) : void
ShouldDrop ( ) : bool

메소드 상세

Drop() 공개 메소드

public Drop ( ) : void
리턴 void

InflightEntry() 공개 메소드

public InflightEntry ( System.Guid requestId, PendingResRequest request, Action resultProcessor ) : System
requestId System.Guid
request PendingResRequest
resultProcessor Action
리턴 System

ProcessResult() 공개 메소드

public ProcessResult ( NetMQMessage m ) : void
m NetMQMessage
리턴 void

ShouldDrop() 공개 메소드

public ShouldDrop ( ) : bool
리턴 bool