C# Class AzureIoTHubConnectedService.DeviceSelectionDialog

Interaction logic for MyDialog.xaml
Inheritance: DialogWindow, IDisposable
Show file Open project: Azure/azure-iot-hub-vs-cs Class Usage Examples

Public Methods

Method Description
DeviceSelectionDialog ( Task devices, Func newDeviceCreator ) : System.Windows
Dispose ( ) : void

Private Methods

Method Description
PopulateDialog ( Task devices ) : Task
newButton_Click ( object sender, RoutedEventArgs e ) : void
okButton_Click ( object sender, RoutedEventArgs e ) : void

Method Details

DeviceSelectionDialog() public method

public DeviceSelectionDialog ( Task devices, Func newDeviceCreator ) : System.Windows
devices Task
newDeviceCreator Func
return System.Windows

Dispose() public method

public Dispose ( ) : void
return void