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