Ejemplo n.º 1
0
        private void WebAPICallback(IAsyncResult result)
        {
            APIHandler handler = (APIHandler)result.AsyncState;

            handler.EndInvoke(result);
        }