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