C# 클래스 Res.Client.Internal.Queues.Messages.AcknowledgeQueueAndFetchNextRequest

상속: ResRequest
파일 보기 프로젝트 열기: heartysoft/res 1 사용 예제들

공개 메소드들

메소드 설명
AcknowledgeQueueAndFetchNextRequest ( string context, string queueId, string subscriberId, long allocationId, int allocationBatchSize, int allocationTimeoutInMilliseconds ) : System
Send ( NetMQSocket socket, PendingResRequest pendingRequest, System.Guid requestId ) : Action

메소드 상세

AcknowledgeQueueAndFetchNextRequest() 공개 메소드

public AcknowledgeQueueAndFetchNextRequest ( string context, string queueId, string subscriberId, long allocationId, int allocationBatchSize, int allocationTimeoutInMilliseconds ) : System
context string
queueId string
subscriberId string
allocationId long
allocationBatchSize int
allocationTimeoutInMilliseconds int
리턴 System

Send() 공개 메소드

public Send ( NetMQSocket socket, PendingResRequest pendingRequest, System.Guid requestId ) : Action
socket NetMQSocket
pendingRequest PendingResRequest
requestId System.Guid
리턴 Action