Exemplo n.º 1
0
 public EventLogDummyRequest(WCFService.BridgeEventType eventType, WCFService.BridgeFilterParameters filterParameters)
 {
     this.eventType        = eventType;
     this.filterParameters = filterParameters;
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <WCFService.EventLogDummyResponse> EventLogDummyAsync(WCFService.BridgeEventType eventType, WCFService.BridgeFilterParameters filterParameters)
 {
     WCFService.EventLogDummyRequest inValue = new WCFService.EventLogDummyRequest();
     inValue.eventType        = eventType;
     inValue.filterParameters = filterParameters;
     return(((WCFService.IReportService)(this)).EventLogDummyAsync(inValue));
 }