Exemple #1
0
 public TwinfieldApi.TwinfieldSessionService.Header Logon(string user, string password, string organisation, out TwinfieldApi.TwinfieldSessionService.LogonResult LogonResult, out TwinfieldApi.TwinfieldSessionService.LogonAction nextAction, out string cluster)
 {
     TwinfieldApi.TwinfieldSessionService.LogonRequest inValue = new TwinfieldApi.TwinfieldSessionService.LogonRequest();
     inValue.user         = user;
     inValue.password     = password;
     inValue.organisation = organisation;
     TwinfieldApi.TwinfieldSessionService.LogonResponse retVal = ((TwinfieldApi.TwinfieldSessionService.SessionSoap)(this)).Logon(inValue);
     LogonResult = retVal.LogonResult;
     nextAction  = retVal.nextAction;
     cluster     = retVal.cluster;
     return(retVal.Header);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <TwinfieldApi.TwinfieldSessionService.LogonResponse> LogonAsync(TwinfieldApi.TwinfieldSessionService.LogonRequest request)
 {
     return(base.Channel.LogonAsync(request));
 }
Exemple #3
0
 TwinfieldApi.TwinfieldSessionService.LogonResponse TwinfieldApi.TwinfieldSessionService.SessionSoap.Logon(TwinfieldApi.TwinfieldSessionService.LogonRequest request)
 {
     return(base.Channel.Logon(request));
 }