/// <remarks/>
 public void GetOneLOCRecordAsync(GetOneLOCRecordRequestType GetOneLOCRecordRequest, object userState) {
     if ((this.GetOneLOCRecordOperationCompleted == null)) {
         this.GetOneLOCRecordOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetOneLOCRecordOperationCompleted);
     }
     this.InvokeAsync("GetOneLOCRecord", new object[] {
                 GetOneLOCRecordRequest}, this.GetOneLOCRecordOperationCompleted, userState);
 }
 /// <remarks/>
 public void GetOneLOCRecordAsync(GetOneLOCRecordRequestType GetOneLOCRecordRequest) {
     this.GetOneLOCRecordAsync(GetOneLOCRecordRequest, null);
 }