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