/// <remarks/>
 public void sendSignatureProofOfDeliveryFaxAsync(SignatureProofOfDeliveryFaxRequest SignatureProofOfDeliveryFaxRequest)
 {
     this.sendSignatureProofOfDeliveryFaxAsync(SignatureProofOfDeliveryFaxRequest, null);
 }
 /// <remarks/>
 public void sendSignatureProofOfDeliveryFaxAsync(SignatureProofOfDeliveryFaxRequest SignatureProofOfDeliveryFaxRequest, object userState)
 {
     if ((this.sendSignatureProofOfDeliveryFaxOperationCompleted == null))
     {
         this.sendSignatureProofOfDeliveryFaxOperationCompleted = new System.Threading.SendOrPostCallback(this.OnsendSignatureProofOfDeliveryFaxOperationCompleted);
     }
     this.InvokeAsync("sendSignatureProofOfDeliveryFax", new object[] {
                 SignatureProofOfDeliveryFaxRequest}, this.sendSignatureProofOfDeliveryFaxOperationCompleted, userState);
 }
 /// <remarks/>
 public System.IAsyncResult BeginsendSignatureProofOfDeliveryFax(SignatureProofOfDeliveryFaxRequest SignatureProofOfDeliveryFaxRequest, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("sendSignatureProofOfDeliveryFax", new object[] {
                 SignatureProofOfDeliveryFaxRequest}, callback, asyncState);
 }