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