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