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