IUNSubnetworkManager Interface

Provides access to a utility network subnetwork manager.

Members

Name Description
Method ExportSubnetwork Export subnetwork.
Write-only property TraceConfiguration Sets trace configuration.
Method UpdateIsConnected Update is connected.
Method UpdateSubnetwork Update subnetwork.

IUNSubnetworkManager.ExportSubnetwork Method

Export subnetwork.

Public Function ExportSubnetwork ( _
    ByVal DomainNetworkName As String, _
    ByVal TierName As String, _
    ByVal SubnetworkName As String, _
    ByVal acknowledged As Boolean, _
    ByVal outputPath As String, _
    ByVal TrackCancel As ITrackCancel _
) As Boolean
public bool ExportSubnetwork (
    string DomainNetworkName,
    string TierName,
    string SubnetworkName,
    bool acknowledged,
    string outputPath,
    ITrackCancel TrackCancel
);

IUNSubnetworkManager.TraceConfiguration Property

Sets trace configuration.

Public WriteOnly Property TraceConfiguration
public void TraceConfiguration {set;}

IUNSubnetworkManager.UpdateIsConnected Method

Update is connected.

Public Sub UpdateIsConnected ( _
)
public void UpdateIsConnected (
);

IUNSubnetworkManager.UpdateSubnetwork Method

Update subnetwork.

Public Sub UpdateSubnetwork ( _
    ByVal DomainNetworkName As String, _
    ByVal TierName As String, _
    ByVal allSubnetworksInTier As Boolean, _
    ByVal SubnetworkName As String, _
    ByVal continueOnFailure As Boolean, _
    ByVal asynchronous As Boolean, _
    ByVal TrackCancel As ITrackCancel _
)
public void UpdateSubnetwork (
    string DomainNetworkName,
    string TierName,
    bool allSubnetworksInTier,
    string SubnetworkName,
    bool continueOnFailure,
    bool asynchronous,
    ITrackCancel TrackCancel
);

Classes that implement IUNSubnetworkManager

Classes Description
UNSubnetworkManagerService UN Subnetwork Manager Service.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.