コード例 #1
0
 protected override IAsyncResult OnBeginAddRule(RuleDescription description, TimeSpan timeout, AsyncCallback callback, object state)
 {
     throw new NotSupportedException(SRAmqp.AmqpOperationNotSupported("AddRule"));
 }
コード例 #2
0
 protected override IAsyncResult OnBeginRemoveRule(string ruleName, TimeSpan timeout, AsyncCallback callback, object state)
 {
     throw new NotSupportedException(SRAmqp.AmqpOperationNotSupported("RemoveRule"));
 }