예제 #1
0
 public object Advise(SubscriptionSink subscriptionSink, bool asyncMode)
 {
     this.CheckDisposed(null);
     throw new NotSupportedException("Advise");
 }
예제 #2
0
 public object Advise(SubscriptionSink subscriptionSink, bool asyncMode)
 {
     this.CheckDisposed(null);
     Util.ThrowOnNullArgument(subscriptionSink, "subscriptionSink");
     throw new NotSupportedException();
 }