/// <remarks/>
 public void CreatePTRRecordAsync(CreatePTRRecordRequestType CreatePTRRecordRequest, object userState) {
     if ((this.CreatePTRRecordOperationCompleted == null)) {
         this.CreatePTRRecordOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCreatePTRRecordOperationCompleted);
     }
     this.InvokeAsync("CreatePTRRecord", new object[] {
                 CreatePTRRecordRequest}, this.CreatePTRRecordOperationCompleted, userState);
 }
 /// <remarks/>
 public void CreatePTRRecordAsync(CreatePTRRecordRequestType CreatePTRRecordRequest) {
     this.CreatePTRRecordAsync(CreatePTRRecordRequest, null);
 }