Exemplo n.º 1
0
            private void Release()
            {
                _Operation  = null;
                _Collection = null;
                _Awaiter    = default;

                Waiters.Add(this);
            }
Exemplo n.º 2
0
            private void Release()
            {
                _Operation = null;
                _Decrement = null;
                _Awaiter   = default;

                Waiters.Add(this);
            }
Exemplo n.º 3
0
        public void OnNavigatedTo(object sender)
        {
            foreach (var waiter in WaiterController.GetWaiters())
            {
                Waiters.Add(waiter);
            }

            UpdatingCTable = (CTable)sender;
            originalCTable = new CTable
            {
                Capacity   = UpdatingCTable.Capacity,
                WaiterId   = UpdatingCTable.WaiterId,
                CustomerId = UpdatingCTable.CustomerId,
            };
        }