示例#1
0
 /// <remarks/>
 public void removeAllContactsFromGroupAsync(RemoveAllContactsRequest removeAllContactsFromGroupRequest, object userState) {
     if ((this.removeAllContactsFromGroupOperationCompleted == null)) {
         this.removeAllContactsFromGroupOperationCompleted = new System.Threading.SendOrPostCallback(this.OnremoveAllContactsFromGroupOperationCompleted);
     }
     this.InvokeAsync("removeAllContactsFromGroup", new object[] {
                 removeAllContactsFromGroupRequest}, this.removeAllContactsFromGroupOperationCompleted, userState);
 }
示例#2
0
 /// <remarks/>
 public void removeAllContactsFromGroupAsync(RemoveAllContactsRequest removeAllContactsFromGroupRequest) {
     this.removeAllContactsFromGroupAsync(removeAllContactsFromGroupRequest, null);
 }