JustAProgrammer.ADPR.ADPRHost.EnterNestedPrompt C# (CSharp) 메소드

EnterNestedPrompt() 공개 메소드

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
리턴 void
        public override void EnterNestedPrompt()
        {
            throw new NotImplementedException("The method or operation is not implemented.");
        }