ACAT.Extensions.Default.WordPredictors.PresageWCF.PresageWordPredictor.UnloadContext C# (CSharp) 메소드

UnloadContext() 공개 메소드

Unloads previously loaded context (see LoadContext). Not used.
public UnloadContext ( int contextHandle ) : void
contextHandle int the handle
리턴 void
        public void UnloadContext(int contextHandle)
        {
            // not supported
        }