Gets the remote hosts.

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

Syntax

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

Parameters

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

Implements

IMediaMgr..::.GetRemoteHosts(String%)

Remarks

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

See Also