示例#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);
 }
示例#2
0
 WhosOn.Library.LogonAccountingServiceReference.FindLogonEventsResponse WhosOn.Library.LogonAccountingServiceReference.LogonAccountingServiceSoap.FindLogonEvents(WhosOn.Library.LogonAccountingServiceReference.FindLogonEventsRequest request)
 {
     return(base.Channel.FindLogonEvents(request));
 }