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