JAMS Developer Guide
Find Method (IScheduleWCF)


MVPSI.JAMS Namespace > IScheduleWCF Interface : Find Method
The IScheduleSQL interface can only be called by JAMS, use JAMS.Schedule.Find
Syntax
'Declaration
 
<System.ServiceModel.OperationContractAttribute()>
<System.ServiceModel.FaultContractAttribute(DetailType=MVPSI.JAMS.JAMSException, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=False)>
Function Find( _
   ByVal folderName As System.String, _
   ByVal name As System.String, _
   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 folderName As System.String
Dim name As System.String
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.Find(folderName, name, 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>> Find( 
   System.string folderName,
   System.string name,
   System.DateTime startDate,
   System.DateTime endDate,
   Schedule.Options options
)

Parameters

folderName
name
startDate
endDate
options
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IScheduleWCF Interface
IScheduleWCF Members