Ejemplo n.º 1
0
 public void UnsubscribeRpcClient <TR, TH>(string routingKey)
     where TR : IIntegrationEventReply
     where TH : IIntegrationRpcClientHandler <TR>
 {
     SubsManager.RemoveSubscriptionRpcClient <TR, TH>(routingKey);
 }