Example #1
0
        public CcmErrorCode LogoffAllSessions()
        {
            var result = Environment.Is64BitProcess ?
                         CcmSdk64.CCMLogoffAllSessions() :
                         CcmSdk32.CCMLogoffAllSessions();

            return((CcmErrorCode)result);
        }