GetNetworkConnection Method

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

Retrieves the NetworkConnection identified by the specified connection identifier.

Namespace:  Microsoft.SDK.Samples.VistaBridge.Library.Network
Assembly:  VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public static NetworkConnection GetNetworkConnection(
	Guid networkConnectionId
)
Visual Basic (Declaration)
Public Shared Function GetNetworkConnection ( _
	networkConnectionId As Guid _
) As NetworkConnection
Visual C++
public:
static NetworkConnection^ GetNetworkConnection(
	Guid networkConnectionId
)

Parameters

networkConnectionId
Type: System..::.Guid
A Guid that specifies the unique identifier for the network connection.

Return Value

The NetworkConnection identified by the specified identifier.

See Also