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