GroupSearch Method
Receives an overview for the articles in range SearchRange in the CurrentGroup .
Syntax
[VB.NET] Public Sub GroupSearch()
[C#] public void GroupSearch();
Remarks
This method searches the current newsgroup for articles in range SearchRange in the CurrentGroup, where SearchHeader matches SearchPattern. The results are delivered via the GroupSearch event.
If a connection to the NewsServer doesn't already exist, a new one is created.
NOTE: This method has a corresponding asynchronous version (GroupSearchAsync) for use in the Xamarin environment.