| IRebroadcastFormatProviderHookFeed Method  | 
            Hook the events that the rebroadcast server needs to listen to in order to rebroadcast
            a feed.
            
 
Namespace: VirtualRadar.Interface.NetworkAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxabstract HookFeed : unit -> unit 
Remarks
            Implementations should record the objects that they hook and use those references
            in 
UnhookFeed. The feed's properties may change between the hook
            and unhook calls, do not just record a reference to the feed.
            
See Also