Inheritance: NetworkAccount
Beispiel #1
0
        protected override void OnDetached()
        {
            lock (_auxiliaryLock)
            {
                _auxiliaryRequests = null;
            }

            _account = null;
        }
Beispiel #2
0
        protected override void OnAttached(InboundAuthenticationBroker broker, NetworkAccount account)
        {
            lock (_auxiliaryLock)
            {
                _auxiliaryRequests = null;
            }

            _account = account as StudioAccount;
        }