Beispiel #1
0
        /// <summary>
        /// Post Gp Vtg Notification and return the response port.
        /// </summary>
        public virtual DsspResponsePort <DefaultUpdateResponseType> GpVtgNotification(GpVtg body)
        {
            GpVtgNotification op = new GpVtgNotification();

            op.Body = body ?? new GpVtg();
            this.Post(op);
            return(op.ResponsePort);
        }
Beispiel #2
0
 /// <summary>
 /// Post(GpVtgNotification)
 /// </summary>
 /// <param name="item"></param>
 /// <returns></returns>
 public void Post(GpVtgNotification item)
 {
     base.PostUnknownType(item);
 }