示例#1
0
 void DeleteOutputStreamDevice()
 {
     m_client.DeleteOutputStreamDeviceAsync(m_sourceOutputStreamID, m_devicesToBeDeleted);
 }
示例#2
0
 void DeleteOutputStreamDevice(int outputStreamID, ObservableCollection <string> devicesToBeDeleted)
 {
     m_client.DeleteOutputStreamDeviceAsync(outputStreamID, devicesToBeDeleted);
 }