C# Class Res.Client.Internal.Queues.Messages.AcknowledgeQueueAndFetchNextRequest

Inheritance: ResRequest
ファイルを表示 Open project: heartysoft/res Class Usage Examples

Public Methods

Method Description
AcknowledgeQueueAndFetchNextRequest ( string context, string queueId, string subscriberId, long allocationId, int allocationBatchSize, int allocationTimeoutInMilliseconds ) : System
Send ( NetMQSocket socket, PendingResRequest pendingRequest, System.Guid requestId ) : Action

Method Details

AcknowledgeQueueAndFetchNextRequest() public method

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
return System

Send() public method

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