ACAT.Lib.Extension.AppAgents.MSWord.MSWordAgentBase.unloadWordPredictionContext C# (CSharp) Method

unloadWordPredictionContext() private method

Unloaded previously loaded context from the word predictor
private unloadWordPredictionContext ( ) : void
return void
        private void unloadWordPredictionContext()
        {
            Context.AppWordPredictionManager.ActiveWordPredictor.UnloadContext(_wordPredictionContext);
        }
    }