JustAProgrammer.ADPR.ADPRHost.EnterNestedPrompt C# (CSharp) Méthode

EnterNestedPrompt() public méthode

This API Instructs the host to interrupt the currently running pipeline and start a new nested input loop. In this example this functionality is not needed so the method throws a NotImplementedException exception.
public EnterNestedPrompt ( ) : void
Résultat void
        public override void EnterNestedPrompt()
        {
            throw new NotImplementedException("The method or operation is not implemented.");
        }