Gets the remote hosts.

Namespace:  GrassValley.Mseries.MediaMgr
Assembly:  GrassValley.Mseries.MediaMgr (in GrassValley.Mseries.MediaMgr.dll) Version: 1.0.0.0

Syntax

C#
void GetRemoteHosts(
	out string xmlData
)
Visual Basic (Declaration)
Sub GetRemoteHosts ( _
	<OutAttribute> ByRef xmlData As String _
)
Visual C++
void GetRemoteHosts(
	[OutAttribute] String^% xmlData
)

Parameters

xmlData
Type: System..::.String %
XML data.

Remarks

This functions returns an XML document with an element for each remote system that can be used for streaming transfers.

See Also