Example #1
0
 /// <remarks/>
 public void UnsubscribeAsync(UnsubscribeType Unsubscribe1, object userState) {
     if ((this.UnsubscribeOperationCompleted == null)) {
         this.UnsubscribeOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUnsubscribeOperationCompleted);
     }
     this.InvokeAsync("Unsubscribe", new object[] {
                 Unsubscribe1}, this.UnsubscribeOperationCompleted, userState);
 }
Example #2
0
 /// <remarks/>
 public void UnsubscribeAsync(UnsubscribeType Unsubscribe1) {
     this.UnsubscribeAsync(Unsubscribe1, null);
 }