Runs the feed

Namespace:  HS.Sys.TheEnterprise.Common.Wrecks
Assembly:  Wrecks (in Wrecks.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void RunFeed(
	bool disableMetadata
)
Visual Basic (Declaration)
Public Sub RunFeed ( _
	disableMetadata As Boolean _
)
Visual C++
public:
void RunFeed(
	bool disableMetadata
)

Parameters

disableMetadata
Type: System..::.Boolean
Disables the downloading of the metadata

See Also