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