IConsoleServices.OpenUrl Method

Opens the specified URL in the default browser on the computer running the Windows Home Server Console.

Namespace: Microsoft.HomeServer.Extensibility
Assembly: HomeServerExt (in homeserverext.dll)

Usage

Syntax

'Declaration
Sub OpenUrl ( _
    url As String _
)
void OpenUrl (
    string url
)
void OpenUrl (
    String^ url
)
void OpenUrl (
    String url
)
function OpenUrl (
    url : String
)

Parameters

  • url
    A string that contains the URL to open.

Remarks

When this method is called, the specified URL opens in the default browser on the computer that is running the Windows Home Server Console. In most cases, this is a Windows Home Server client computer that is running the Windows Home Server Console through the Windows Home Server Connector software.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, Windows XP

Target Platforms

Windows Home Server

See Also

Reference

IConsoleServices Interface
IConsoleServices Members
Microsoft.HomeServer.Extensibility Namespace