Esempio n. 1
0
        /// <summary>
        /// Post Gp Gll Notification and return the response port.
        /// </summary>
        public virtual DsspResponsePort <DefaultUpdateResponseType> GpGllNotification(GpGll body)
        {
            GpGllNotification op = new GpGllNotification();

            op.Body = body ?? new GpGll();
            this.Post(op);
            return(op.ResponsePort);
        }
Esempio n. 2
0
 /// <summary>
 /// Post(GpGllNotification)
 /// </summary>
 /// <param name="item"></param>
 /// <returns></returns>
 public void Post(GpGllNotification item)
 {
     base.PostUnknownType(item);
 }