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