private void GetValueAsync_Click(object sender, RoutedEventArgs e) { //send a request to the service to compute async. It will send a callback when completed... via SendValueBack mServiceA.GetValueAsnyc(); //do stuff here... textBox.AppendText("Im still going!...\n"); }