예제 #1
0
 public FindLogonEventsRequestBody(WhosOn.Library.LogonAccountingServiceReference.LogonEvent filter, WhosOn.Library.LogonAccountingServiceReference.LogonEventMatch match)
 {
     this.filter = filter;
     this.match  = match;
 }
예제 #2
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);
 }
예제 #3
0
 public FindLogonEventResponseBody(WhosOn.Library.LogonAccountingServiceReference.LogonEvent FindLogonEventResult)
 {
     this.FindLogonEventResult = FindLogonEventResult;
 }