Exemplo n.º 1
0
 private void SetInnerType(AcknowledgementType ContentField)
 {
     this.ContentField=((AcknowledgementType)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
Exemplo n.º 2
0
 /// <summary>
 /// <para>
 /// This is a general acknowledgement response message for all requests 
 ///         that may be processed in an asynchronous manner.
 ///         EchoedRequest - Echoes the submitted request message
 ///         RequestId     - identifier for polling purposes (if no response 
 ///                         handler is available, or the URL scheme is
 ///                         unsupported)
 /// </para>
 /// </summary>
 public Acknowledgement(AcknowledgementType content)
 {
     SetInnerType(content);
 }