Ejemplo n.º 1
0
 /// <remarks/>
 public void getCommunicationHistoryAsync(GetCommunicationHistoryRequest getCommunicationHistory1, object userState) {
     if ((this.getCommunicationHistoryOperationCompleted == null)) {
         this.getCommunicationHistoryOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetCommunicationHistoryOperationCompleted);
     }
     this.InvokeAsync("getCommunicationHistory", new object[] {
                 getCommunicationHistory1}, this.getCommunicationHistoryOperationCompleted, userState);
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public void getCommunicationHistoryAsync(GetCommunicationHistoryRequest getCommunicationHistory1) {
     this.getCommunicationHistoryAsync(getCommunicationHistory1, null);
 }