/// <remarks/>
 public void GetOnePTRRecordAsync(GetOnePTRRecordRequestType GetOnePTRRecordRequest, object userState) {
     if ((this.GetOnePTRRecordOperationCompleted == null)) {
         this.GetOnePTRRecordOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetOnePTRRecordOperationCompleted);
     }
     this.InvokeAsync("GetOnePTRRecord", new object[] {
                 GetOnePTRRecordRequest}, this.GetOnePTRRecordOperationCompleted, userState);
 }
 /// <remarks/>
 public void GetOnePTRRecordAsync(GetOnePTRRecordRequestType GetOnePTRRecordRequest) {
     this.GetOnePTRRecordAsync(GetOnePTRRecordRequest, null);
 }