Close() private méthode

private Close ( ) : void
Résultat void
Exemple #1
0
        protected override void Dispose(bool disposing)
        {
#if DEBUG
            using (DebugThreadTracking.SetThreadKind(ThreadKinds.User))
            {
#endif
            try
            {
                _negoState.Close();
            }
            finally
            {
                base.Dispose(disposing);
            }
#if DEBUG
        }
#endif
        }