Пример #1
0
 /// <remarks/>
 public void GetPhoneCallInformationAsync(GetPhoneCallInformationType GetPhoneCallInformation1, object userState) {
     if ((this.GetPhoneCallInformationOperationCompleted == null)) {
         this.GetPhoneCallInformationOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetPhoneCallInformationOperationCompleted);
     }
     this.InvokeAsync("GetPhoneCallInformation", new object[] {
                 GetPhoneCallInformation1}, this.GetPhoneCallInformationOperationCompleted, userState);
 }
Пример #2
0
 /// <remarks/>
 public void GetPhoneCallInformationAsync(GetPhoneCallInformationType GetPhoneCallInformation1) {
     this.GetPhoneCallInformationAsync(GetPhoneCallInformation1, null);
 }