/// <remarks/>
 public void UpdateLOCRecordAsync(UpdateLOCRecordRequestType UpdateLOCRecordRequest, object userState) {
     if ((this.UpdateLOCRecordOperationCompleted == null)) {
         this.UpdateLOCRecordOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUpdateLOCRecordOperationCompleted);
     }
     this.InvokeAsync("UpdateLOCRecord", new object[] {
                 UpdateLOCRecordRequest}, this.UpdateLOCRecordOperationCompleted, userState);
 }
 /// <remarks/>
 public void UpdateLOCRecordAsync(UpdateLOCRecordRequestType UpdateLOCRecordRequest) {
     this.UpdateLOCRecordAsync(UpdateLOCRecordRequest, null);
 }