IMainPresenterGetFeedConfigurationObject Method |
Returns the configuration object associated with a feed ID. Could be either a receiver or
a merged feed configuration object.
Namespace: VirtualRadar.Interface.PresenterAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Object GetFeedConfigurationObject(
int feedId
)
Function GetFeedConfigurationObject (
feedId As Integer
) As Object
Object^ GetFeedConfigurationObject(
int feedId
)
abstract GetFeedConfigurationObject :
feedId : int -> Object
Parameters
- feedId
- Type: SystemInt32
Return Value
Type:
ObjectSee Also