I'm assuming that XACT Cues are the equivalent of SoundInstances. I can play a cue:
laserCues[0].Play();
And stop a cue:
laserCues[0].Stop(AudioStopOptions.Immediate);
But how do I play that Cue again? The following gives an error - "The method or function that was called cannot be used in the manner requested":