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 |
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 |
public Send ( NetMQSocket socket, PendingResRequest pendingRequest, System.Guid requestId ) : Action |
||
socket | NetMQSocket | |
pendingRequest | PendingResRequest | |
requestId | System.Guid | |
return | Action |