IService1ReportModuleGetAvgNotifPerDay Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
[OperationContractAttribute(Action = "http://tempuri.org/IService1/ReportModuleGetAvgNotifPerDay", ReplyAction = "http://tempuri.org/IService1/ReportModuleGetAvgNotifPerDayResponse")] DataSet ReportModuleGetAvgNotifPerDay( string startDate, string endDate, string key )
<OperationContractAttribute(Action := "http://tempuri.org/IService1/ReportModuleGetAvgNotifPerDay", ReplyAction := "http://tempuri.org/IService1/ReportModuleGetAvgNotifPerDayResponse")> Function ReportModuleGetAvgNotifPerDay ( startDate As String, endDate As String, key As String ) As DataSet
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/ReportModuleGetAvgNotifPerDay", ReplyAction = L"http://tempuri.org/IService1/ReportModuleGetAvgNotifPerDayResponse")] DataSet^ ReportModuleGetAvgNotifPerDay( String^ startDate, String^ endDate, String^ key )
[<OperationContractAttribute(Action = "http://tempuri.org/IService1/ReportModuleGetAvgNotifPerDay", ReplyAction = "http://tempuri.org/IService1/ReportModuleGetAvgNotifPerDayResponse")>] abstract ReportModuleGetAvgNotifPerDay : startDate : string * endDate : string * key : string -> DataSet