public EventLogDummyRequest(WCFService.BridgeEventType eventType, WCFService.BridgeFilterParameters filterParameters) { this.eventType = eventType; this.filterParameters = filterParameters; }
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)); }