Example #1
0
 public override Task UnsubscribeAsync()
 {
     if (!IsValid)
     {
         throw new InvalidOperationException("Handle is no longer valid. It has been used to unsubscribe or resume.");
     }
     return(streamImpl.UnsubscribeAsync(this));
 }