コード例 #1
0
 /// <summary>
 /// Creates a new instance of Wait
 /// </summary>
 /// <param name="body">the request message body</param>
 /// <param name="responsePort">the response port for the request</param>
 public Wait(WaitRequestType body, PortSet <WaitResponseType, Fault> responsePort)
     : base(body, responsePort)
 {
 }
コード例 #2
0
 /// <summary>
 /// Creates a new instance of Wait
 /// </summary>
 /// <param name="body">the request message body</param>
 public Wait(WaitRequestType body)
     : base(body)
 {
 }