Inheritance: NetworkAccount
Exemplo n.º 1
0
        protected override void OnDetached()
        {
            lock (_auxiliaryLock)
            {
                _auxiliaryRequests = null;
            }

            _account = null;
        }
Exemplo n.º 2
0
        protected override void OnAttached(InboundAuthenticationBroker broker, NetworkAccount account)
        {
            lock (_auxiliaryLock)
            {
                _auxiliaryRequests = null;
            }

            _account = account as StudioAccount;
        }