コード例 #1
0
        public void Close()
        {
            this.UnregisterChannel();

            if (this.TTSModel != null)
            {
                this.TTSModel = null;
            }
        }
コード例 #2
0
 public void Open()
 {
     this.TTSModel = this.Connect <ITTSModel>(
         Constants.RemoteTTSServiceUri,
         true);
 }