Ejemplo n.º 1
0
 protected virtual void AcknowledgeMessageReceiptInternal(string clientId, string topic, string messageId, OperationContext operationContext)
 {
     _topicManager.AcknowledgeMessageReceipt(clientId, topic, messageId, operationContext);
 }