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