static void proxy_ListAspUserCompleted(object sender, ListAspUserCompletedEventArgs e) { Guid callerKey = (Guid)e.UserState; if (_callbacks.ContainsKey(callerKey)) { List <common.AspUser> itemSource = e.Result; ((ListAspUserCallBack)_callbacks[callerKey]).Invoke(itemSource); _callbacks.Remove(callerKey); } }
static void proxy_ListAspUserCompleted(object sender, ListAspUserCompletedEventArgs e) { Guid callerKey = (Guid)e.UserState; if (_callbacks.ContainsKey(callerKey)) { List<AspUser> itemSource = e.Result; ((ListAspUserCallback)_callbacks[callerKey]).Invoke(itemSource); _callbacks.Remove(callerKey); } }