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