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