I figured this out,
turns out the c# command i needed was m_spokes.ConnectAudioLinkToDevice(true);
i then created a call that detected when the application is closed then it sends the command
m_spokes.ConnectAudioLinkToDevice(false);
to close the RD link to the headset