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