| Namespace | Windows.Devices.Midi2.Transports.Network |
|---|---|
| Type Name | MidiNetworkHostRemovalConfig |
| Type | WinRT Runtime Class |
| Implements | Windows.Devices.Midi2.ServiceConfig.IMidiServiceTransportPluginConfig |
| IDL | MidiNetworkHostRemovalConfig.idl |
Pass to MidiNetworkTransportManager.RemoveNetworkHostAsync.
| Constructor | Description |
|---|---|
MidiNetworkHostRemovalConfig() |
Create an empty config |
MidiNetworkHostRemovalConfig(hostId) |
Create a config for the specified host |
| Property | Description |
|---|---|
HostId |
The GUID of the host to remove |
Removing a host disconnects every remote client connected to it and releases its UDP port and mDNS advertisement.
