Beispiel #1
0
 public System.Collections.Generic.List <WhosOn.Library.LogonAccountingServiceReference.LogonEvent> FindLogonEvents(WhosOn.Library.LogonAccountingServiceReference.LogonEvent filter, WhosOn.Library.LogonAccountingServiceReference.LogonEventMatch match)
 {
     WhosOn.Library.LogonAccountingServiceReference.FindLogonEventsRequest inValue = new WhosOn.Library.LogonAccountingServiceReference.FindLogonEventsRequest();
     inValue.Body        = new WhosOn.Library.LogonAccountingServiceReference.FindLogonEventsRequestBody();
     inValue.Body.filter = filter;
     inValue.Body.match  = match;
     WhosOn.Library.LogonAccountingServiceReference.FindLogonEventsResponse retVal = ((WhosOn.Library.LogonAccountingServiceReference.LogonAccountingServiceSoap)(this)).FindLogonEvents(inValue);
     return(retVal.Body.FindLogonEventsResult);
 }
Beispiel #2
0
 public FindLogonEventsRequestBody(WhosOn.Library.LogonAccountingServiceReference.LogonEvent filter, WhosOn.Library.LogonAccountingServiceReference.LogonEventMatch match)
 {
     this.filter = filter;
     this.match  = match;
 }