예제 #1
0
 public virtual void ReceiveCommand(ICommand <TAuthenticationToken> command)
 {
     AzureBusHelper.DefaultReceiveCommand(command, Routes, "Azure-ServiceBus");
 }
예제 #2
0
 /// <summary>
 /// Receives a <see cref="ICommand{TAuthenticationToken}"/> from the command bus.
 /// </summary>
 public virtual bool?ReceiveCommand(ICommand <TAuthenticationToken> command)
 {
     return(AzureBusHelper.DefaultReceiveCommand(command, Routes, "Azure-ServiceBus"));
 }