IService1MarkAuditAsReprocessed Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
[OperationContractAttribute(Action = "http://tempuri.org/IService1/MarkAuditAsReprocessed", ReplyAction = "http://tempuri.org/IService1/MarkAuditAsReprocessedResponse")] bool MarkAuditAsReprocessed( string auditId, string auditorId, string status, string key )
<OperationContractAttribute(Action := "http://tempuri.org/IService1/MarkAuditAsReprocessed", ReplyAction := "http://tempuri.org/IService1/MarkAuditAsReprocessedResponse")> Function MarkAuditAsReprocessed ( auditId As String, auditorId As String, status As String, key As String ) As Boolean
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/MarkAuditAsReprocessed", ReplyAction = L"http://tempuri.org/IService1/MarkAuditAsReprocessedResponse")] bool MarkAuditAsReprocessed( String^ auditId, String^ auditorId, String^ status, String^ key )
[<OperationContractAttribute(Action = "http://tempuri.org/IService1/MarkAuditAsReprocessed", ReplyAction = "http://tempuri.org/IService1/MarkAuditAsReprocessedResponse")>] abstract MarkAuditAsReprocessed : auditId : string * auditorId : string * status : string * key : string -> bool