Chirp.Radio.Agent.AudioPlayer.OnCancel C# (CSharp) Method

OnCancel() protected method

Called when the agent request is getting cancelled
Once the request is Cancelled, the agent gets 5 seconds to finish its work, by calling NotifyComplete()/Abort().
protected OnCancel ( ) : void
return void
        protected override void OnCancel()
        {
        }