IMainViewShowFeeds Method |
Updates the list of feeds shown to the user. Old feeds are removed, new ones added.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void ShowFeeds(
FeedStatus[] feeds
)
Sub ShowFeeds (
feeds As FeedStatus()
)
void ShowFeeds(
array<FeedStatus^>^ feeds
)
abstract ShowFeeds :
feeds : FeedStatus[] -> unit
Parameters
- feeds
- Type: VirtualRadar.Interface.ViewFeedStatus
See Also