Beispiel #1
0
 /// <remarks/>
 public void getByContactGroupIdAsync(GetByContactGroupIdRequest getByContactGroupIdRequest, object userState) {
     if ((this.getByContactGroupIdOperationCompleted == null)) {
         this.getByContactGroupIdOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetByContactGroupIdOperationCompleted);
     }
     this.InvokeAsync("getByContactGroupId", new object[] {
                 getByContactGroupIdRequest}, this.getByContactGroupIdOperationCompleted, userState);
 }
Beispiel #2
0
 /// <remarks/>
 public void getByContactGroupIdAsync(GetByContactGroupIdRequest getByContactGroupIdRequest) {
     this.getByContactGroupIdAsync(getByContactGroupIdRequest, null);
 }