CmisCmdlets.DisconnectCmisCommand.EndProcessing C# (CSharp) Method

EndProcessing() protected method

protected EndProcessing ( ) : void
return void
        protected override void EndProcessing()
        {
            // just clear parameters and session
            ConnectionParameters = null;
            SetCmisSession(null);
        }
    }
DisconnectCmisCommand