JAMS Developer Guide
Find Method (IEntryWCF)


MVPSI.JAMS Namespace > IEntryWCF Interface : Find Method
Creates and loads a Entry List.
Syntax
'Declaration
 
<System.ServiceModel.OperationContractAttribute()>
<System.ServiceModel.FaultContractAttribute(DetailType=MVPSI.JAMS.JAMSException, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=False)>
Function Find( _
   ByVal jobName As System.String, _
   ByVal stateFlags As StateType _
) As System.Threading.Tasks.Task(Of ICollection(Of Entry))
'Usage
 
Dim instance As IEntryWCF
Dim jobName As System.String
Dim stateFlags As StateType
Dim value As System.Threading.Tasks.Task(Of ICollection(Of Entry))
 
value = instance.Find(jobName, stateFlags)
[System.ServiceModel.OperationContract()]
[System.ServiceModel.FaultContract(DetailType=MVPSI.JAMS.JAMSException, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=false)]
System.Threading.Tasks.Task<ICollection<Entry>> Find( 
   System.string jobName,
   StateType stateFlags
)

Parameters

jobName
stateFlags
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

IEntryWCF Interface
IEntryWCF Members