IService1TieCommentToAudit Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
[OperationContractAttribute(Action = "http://tempuri.org/IService1/TieCommentToAudit", ReplyAction = "http://tempuri.org/IService1/TieCommentToAuditResponse")] bool TieCommentToAudit( string auditId, string claimId, string userId, string userDisplay, string note, string key )
<OperationContractAttribute(Action := "http://tempuri.org/IService1/TieCommentToAudit", ReplyAction := "http://tempuri.org/IService1/TieCommentToAuditResponse")> Function TieCommentToAudit ( auditId As String, claimId As String, userId As String, userDisplay As String, note As String, key As String ) As Boolean
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/TieCommentToAudit", ReplyAction = L"http://tempuri.org/IService1/TieCommentToAuditResponse")] bool TieCommentToAudit( String^ auditId, String^ claimId, String^ userId, String^ userDisplay, String^ note, String^ key )
[<OperationContractAttribute(Action = "http://tempuri.org/IService1/TieCommentToAudit", ReplyAction = "http://tempuri.org/IService1/TieCommentToAuditResponse")>] abstract TieCommentToAudit : auditId : string * claimId : string * userId : string * userDisplay : string * note : string * key : string -> bool