Beispiel #1
0
 public int CreateLogonEvent(string user, string domain, string computer, string hwaddr)
 {
     WhosOn.Library.LogonAccountingServiceReference.CreateLogonEventRequest inValue = new WhosOn.Library.LogonAccountingServiceReference.CreateLogonEventRequest();
     inValue.Body          = new WhosOn.Library.LogonAccountingServiceReference.CreateLogonEventRequestBody();
     inValue.Body.user     = user;
     inValue.Body.domain   = domain;
     inValue.Body.computer = computer;
     inValue.Body.hwaddr   = hwaddr;
     WhosOn.Library.LogonAccountingServiceReference.CreateLogonEventResponse retVal = ((WhosOn.Library.LogonAccountingServiceReference.LogonAccountingServiceSoap)(this)).CreateLogonEvent(inValue);
     return(retVal.Body.CreateLogonEventResult);
 }
Beispiel #2
0
 WhosOn.Library.LogonAccountingServiceReference.CreateLogonEventResponse WhosOn.Library.LogonAccountingServiceReference.LogonAccountingServiceSoap.CreateLogonEvent(WhosOn.Library.LogonAccountingServiceReference.CreateLogonEventRequest request)
 {
     return(base.Channel.CreateLogonEvent(request));
 }