'Declaration
<NotNullAttribute()> Public Function DoFastJobLookup( _ ByVal textToMatch As String _ ) As ReadOnlyCollection(Of JobLookupInfo)
[NotNull()] public ReadOnlyCollection<JobLookupInfo> DoFastJobLookup( string textToMatch )
[NotNull()] public: ReadOnlyCollection<JobLookupInfo^>^ DoFastJobLookup( String^ textToMatch )
Parameters
- textToMatch
- The name or partial name to match. See Remarks.
Return Value
A collection of ArcanaDevelopment.adTempus.Shared.JobLookupInfo representing the matching jobs, if any.