Esempio n. 1
0
        //***************************************************************************
        // Thread Methods
        //
        private void ExecuteCommandCallback(IAsyncResult state)
        {
            ExecuteCommandDelegate del = (ExecuteCommandDelegate)state.AsyncState;

            this._qryRslt = del.EndInvoke(state);

            this.ReadCompleteEvent();
        }