| Namespace | Windows.Devices.Midi2.Transports.Network |
|---|---|
| Type Name | MidiNetworkHostRemovalResponse |
| Type | WinRT Runtime Class |
| IDL | MidiNetworkHostRemovalResponse.idl |
Returned by MidiNetworkTransportManager.RemoveNetworkHostAsync.
| Property | Description |
|---|---|
HostId |
The GUID of the host the request referred to |
Success |
True if the host was removed |
ErrorCode |
A MidiNetworkHostRemovalErrorCode when Success is false |
ErrorMessage |
A human-readable description of the failure |
Check Success first. When it is false, ErrorCode gives the machine-readable reason and ErrorMessage a localized description suitable for display.
