Removes a URI from the list of URIs upon which the QUARC Target Manager is serving.

Namespace:  Quanser.Targets
Assembly:  Quanser.Targets (in Quanser.Targets.dll)

Syntax

Visual Basic (Declaration)
Public Sub RemoveURI ( _
	key As String _
)
C#
public void RemoveURI(
	string key
)
Visual C++
public:
void RemoveURI(
	String^ key
)
JavaScript
function removeURI(key);

Parameters

key
Type: System..::.String

Remarks

This method removes a URI from the list of URIs upon which the QUARC Target Manager is currently serving. The URI is identified indirectly by the key associated with the URI. The key was specified when the URI was first added to the list of URIs.

See Also