IService1GetNotificationMessagesCategoryList Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
[OperationContractAttribute(Action = "http://tempuri.org/IService1/GetNotificationMessagesCategoryList", ReplyAction = "http://tempuri.org/IService1/GetNotificationMessagesCategoryListResponse")] DataSet GetNotificationMessagesCategoryList( string key )
<OperationContractAttribute(Action := "http://tempuri.org/IService1/GetNotificationMessagesCategoryList", ReplyAction := "http://tempuri.org/IService1/GetNotificationMessagesCategoryListResponse")> Function GetNotificationMessagesCategoryList ( key As String ) As DataSet
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/GetNotificationMessagesCategoryList", ReplyAction = L"http://tempuri.org/IService1/GetNotificationMessagesCategoryListResponse")] DataSet^ GetNotificationMessagesCategoryList( String^ key )
[<OperationContractAttribute(Action = "http://tempuri.org/IService1/GetNotificationMessagesCategoryList", ReplyAction = "http://tempuri.org/IService1/GetNotificationMessagesCategoryListResponse")>] abstract GetNotificationMessagesCategoryList : key : string -> DataSet