IService1GetPendingAuditListByDaysOld Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
[OperationContractAttribute(Action = "http://tempuri.org/IService1/GetPendingAuditListByDaysOld", ReplyAction = "http://tempuri.org/IService1/GetPendingAuditListByDaysOldResponse")] DataSet GetPendingAuditListByDaysOld( string daysThreshold, string key )
<OperationContractAttribute(Action := "http://tempuri.org/IService1/GetPendingAuditListByDaysOld", ReplyAction := "http://tempuri.org/IService1/GetPendingAuditListByDaysOldResponse")> Function GetPendingAuditListByDaysOld ( daysThreshold As String, key As String ) As DataSet
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/GetPendingAuditListByDaysOld", ReplyAction = L"http://tempuri.org/IService1/GetPendingAuditListByDaysOldResponse")] DataSet^ GetPendingAuditListByDaysOld( String^ daysThreshold, String^ key )
[<OperationContractAttribute(Action = "http://tempuri.org/IService1/GetPendingAuditListByDaysOld", ReplyAction = "http://tempuri.org/IService1/GetPendingAuditListByDaysOldResponse")>] abstract GetPendingAuditListByDaysOld : daysThreshold : string * key : string -> DataSet