TeamFoundationMessageQueueService.BeginAcknowledge Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
BeginAcknowledge(TeamFoundationRequestContext, String, Guid, IList<AcknowledgementRange>, TimeSpan, AsyncCallback, Object) | Begins an asynchronous operation which acknowledges all messages which are inclusive to the ranges provided. | |
BeginAcknowledge(TeamFoundationRequestContext, String, Guid, IList<AcknowledgementRange>, MessageHeaders, TimeSpan, AsyncCallback, Object) | Begins an asynchronous operation which acknowledges all messages which are inclusive to the ranges provided. |
Top