/// <remarks/>
 public void RecordApplicationEventAsyncAsync(recordApplicationEventAsyncRequest recordApplicationEventAsyncRequest, object userState)
 {
     if ((this.RecordApplicationEventAsyncOperationCompleted == null))
     {
         this.RecordApplicationEventAsyncOperationCompleted = new System.Threading.SendOrPostCallback(this.OnRecordApplicationEventAsyncOperationCompleted);
     }
     this.InvokeAsync("RecordApplicationEventAsync", new object[] {
         recordApplicationEventAsyncRequest
     }, this.RecordApplicationEventAsyncOperationCompleted, userState);
 }
 /// <remarks/>
 public void RecordApplicationEventAsyncAsync(recordApplicationEventAsyncRequest recordApplicationEventAsyncRequest)
 {
     this.RecordApplicationEventAsyncAsync(recordApplicationEventAsyncRequest, null);
 }
 public void RecordApplicationEventAsync([System.Xml.Serialization.XmlElementAttribute(Namespace = "http://www.aaancnuit.com.AAANCNU_WSDL_RecordApplicationEventAsync_version1")] recordApplicationEventAsyncRequest recordApplicationEventAsyncRequest)
 {
     this.Invoke("RecordApplicationEventAsync", new object[] {
         recordApplicationEventAsyncRequest
     });
 }