IService1GetCommentsByAuditId Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
[OperationContractAttribute(Action = "http://tempuri.org/IService1/GetCommentsByAuditId", ReplyAction = "http://tempuri.org/IService1/GetCommentsByAuditIdResponse")] DataSet GetCommentsByAuditId( string auditId, string auditClaimId, string key )
<OperationContractAttribute(Action := "http://tempuri.org/IService1/GetCommentsByAuditId", ReplyAction := "http://tempuri.org/IService1/GetCommentsByAuditIdResponse")> Function GetCommentsByAuditId ( auditId As String, auditClaimId As String, key As String ) As DataSet
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/GetCommentsByAuditId", ReplyAction = L"http://tempuri.org/IService1/GetCommentsByAuditIdResponse")] DataSet^ GetCommentsByAuditId( String^ auditId, String^ auditClaimId, String^ key )
[<OperationContractAttribute(Action = "http://tempuri.org/IService1/GetCommentsByAuditId", ReplyAction = "http://tempuri.org/IService1/GetCommentsByAuditIdResponse")>] abstract GetCommentsByAuditId : auditId : string * auditClaimId : string * key : string -> DataSet