/// <remarks/>
 public void CreateLOCRecordAsync(CreateLOCRecordRequestType CreateLOCRecordRequest, object userState) {
     if ((this.CreateLOCRecordOperationCompleted == null)) {
         this.CreateLOCRecordOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCreateLOCRecordOperationCompleted);
     }
     this.InvokeAsync("CreateLOCRecord", new object[] {
                 CreateLOCRecordRequest}, this.CreateLOCRecordOperationCompleted, userState);
 }
 /// <remarks/>
 public void CreateLOCRecordAsync(CreateLOCRecordRequestType CreateLOCRecordRequest) {
     this.CreateLOCRecordAsync(CreateLOCRecordRequest, null);
 }