Runs all the feeds for a given mlsid

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

Syntax

C#
public void RunFeedsForMLS(
	int mlsid
)
Visual Basic (Declaration)
Public Sub RunFeedsForMLS ( _
	mlsid As Integer _
)
Visual C++
public:
void RunFeedsForMLS(
	int mlsid
)

Parameters

mlsid
Type: System..::.Int32
id of the mls

See Also