Example #1
0
 public System.Threading.Tasks.Task <NavitaireSessionManger.KeepAliveResponse> KeepAliveAsync(int ContractVersion, string Signature)
 {
     NavitaireSessionManger.KeepAliveRequest inValue = new NavitaireSessionManger.KeepAliveRequest();
     inValue.ContractVersion = ContractVersion;
     inValue.Signature       = Signature;
     return(((NavitaireSessionManger.ISessionManager)(this)).KeepAliveAsync(inValue));
 }
Example #2
0
 System.Threading.Tasks.Task <NavitaireSessionManger.KeepAliveResponse> NavitaireSessionManger.ISessionManager.KeepAliveAsync(NavitaireSessionManger.KeepAliveRequest request)
 {
     return(base.Channel.KeepAliveAsync(request));
 }