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