IService1GetActiveLettersNotificationsChain Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
[OperationContractAttribute(Action = "http://tempuri.org/IService1/GetActiveLettersNotificationsChain", ReplyAction = "http://tempuri.org/IService1/GetActiveLettersNotificationsChainResponse")] DataSet GetActiveLettersNotificationsChain( string auditorId, string importId, string key )
<OperationContractAttribute(Action := "http://tempuri.org/IService1/GetActiveLettersNotificationsChain", ReplyAction := "http://tempuri.org/IService1/GetActiveLettersNotificationsChainResponse")> Function GetActiveLettersNotificationsChain ( auditorId As String, importId As String, key As String ) As DataSet
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/GetActiveLettersNotificationsChain", ReplyAction = L"http://tempuri.org/IService1/GetActiveLettersNotificationsChainResponse")] DataSet^ GetActiveLettersNotificationsChain( String^ auditorId, String^ importId, String^ key )
[<OperationContractAttribute(Action = "http://tempuri.org/IService1/GetActiveLettersNotificationsChain", ReplyAction = "http://tempuri.org/IService1/GetActiveLettersNotificationsChainResponse")>] abstract GetActiveLettersNotificationsChain : auditorId : string * importId : string * key : string -> DataSet