/// <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); }
/// <remarks/> public void GetPhoneCallInformationAsync(GetPhoneCallInformationType GetPhoneCallInformation1) { this.GetPhoneCallInformationAsync(GetPhoneCallInformation1, null); }