'Declaration
<System.ServiceModel.OperationContractAttribute()> <System.ServiceModel.FaultContractAttribute(DetailType=MVPSI.JAMS.JAMSException, Action="", Name="", Namespace="", ProtectionLevel=ProtectionLevel.None, HasProtectionLevel=False)> Function FindOptimized( _ ByVal jobID As System.Integer, _ ByVal startDate As System.Date, _ ByVal endDate As System.Date, _ ByVal options As Schedule.Options _ ) As System.Threading.Tasks.Task(Of ICollection(Of ScheduleEntry))
'Usage
Dim instance As IScheduleWCF Dim jobID As System.Integer Dim startDate As System.Date Dim endDate As System.Date Dim options As Schedule.Options Dim value As System.Threading.Tasks.Task(Of ICollection(Of ScheduleEntry)) value = instance.FindOptimized(jobID, startDate, endDate, options)
[System.ServiceModel.OperationContract()] [System.ServiceModel.FaultContract(DetailType=MVPSI.JAMS.JAMSException, Action="", Name="", Namespace="", ProtectionLevel=ProtectionLevel.None, HasProtectionLevel=false)] System.Threading.Tasks.Task<ICollection<ScheduleEntry>> FindOptimized( System.int jobID, System.DateTime startDate, System.DateTime endDate, Schedule.Options options )
Parameters
- jobID
- startDate
- endDate
- options