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