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