示例#1
0
 /// <remarks/>
 public void getByParentGroupIdAsync(ContactGroupsByParentGroupIdRequest getByParentGroupIdRequest, object userState) {
     if ((this.getByParentGroupIdOperationCompleted == null)) {
         this.getByParentGroupIdOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetByParentGroupIdOperationCompleted);
     }
     this.InvokeAsync("getByParentGroupId", new object[] {
                 getByParentGroupIdRequest}, this.getByParentGroupIdOperationCompleted, userState);
 }
示例#2
0
 /// <remarks/>
 public void getByParentGroupIdAsync(ContactGroupsByParentGroupIdRequest getByParentGroupIdRequest) {
     this.getByParentGroupIdAsync(getByParentGroupIdRequest, null);
 }