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