Esempio n. 1
0
 public WhosOn.Library.LogonAccountingServiceReference.LogonEvent FindLogonEvent(string user, string domain, string computer)
 {
     WhosOn.Library.LogonAccountingServiceReference.FindLogonEventRequest inValue = new WhosOn.Library.LogonAccountingServiceReference.FindLogonEventRequest();
     inValue.Body          = new WhosOn.Library.LogonAccountingServiceReference.FindLogonEventRequestBody();
     inValue.Body.user     = user;
     inValue.Body.domain   = domain;
     inValue.Body.computer = computer;
     WhosOn.Library.LogonAccountingServiceReference.FindLogonEventResponse retVal = ((WhosOn.Library.LogonAccountingServiceReference.LogonAccountingServiceSoap)(this)).FindLogonEvent(inValue);
     return(retVal.Body.FindLogonEventResult);
 }
Esempio n. 2
0
 WhosOn.Library.LogonAccountingServiceReference.FindLogonEventResponse WhosOn.Library.LogonAccountingServiceReference.LogonAccountingServiceSoap.FindLogonEvent(WhosOn.Library.LogonAccountingServiceReference.FindLogonEventRequest request)
 {
     return(base.Channel.FindLogonEvent(request));
 }