JAMS 6.x Help
BinarySearch(Int32,Int32,Job,IComparer<Job>) Method


Syntax
'Declaration
 
<__DynamicallyInvokableAttribute()>
Public Overloads Function BinarySearch( _
   ByVal index As System.Integer, _
   ByVal count As System.Integer, _
   ByVal item As Submit.Job, _
   ByVal comparer As System.Collections.Generic.IComparer(Of Submit.Job) _
) As System.Integer
'Usage
 
Dim instance As Submit.JobCollection
Dim index As System.Integer
Dim count As System.Integer
Dim item As Submit.Job
Dim comparer As System.Collections.Generic.IComparer(Of Submit.Job)
Dim value As System.Integer
 
value = instance.BinarySearch(index, count, item, comparer)
[__DynamicallyInvokable()]
public System.int BinarySearch( 
   System.int index,
   System.int count,
   Submit.Job item,
   System.Collections.Generic.IComparer<Submit.Job> comparer
)

Parameters

index
count
item
comparer
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

Submit.JobCollection Class
Submit.JobCollection Members
Overload List