GroupOverview Method
Receives an overview for the articles in range OverviewRange in the CurrentGroup .
Syntax
[VB.NET] Public Sub GroupOverview()
[C#] public void GroupOverview();
Remarks
This method receives an overview for the articles in range OverviewRange in the CurrentGroup. The overview data is delivered via the GroupOverview event.
If a connection to the NewsServer doesn't already exist, a new one is created.
NOTE: This method has a corresponding asynchronous version (GroupOverviewAsync) for use in the WinRT environment.