xenwinsvc.WmiWatchListener.Finish C# (CSharp) Method

Finish() protected method

protected Finish ( ) : void
return void
        protected override void Finish()
        {
            base.Finish();
            try {
                session.RemoveWatch(pathname);
            }
            catch {
                // Ignore, we've lost WMI connection
            }
        }