private void UpdateService_Click(object sender, RoutedEventArgs e) { //send a one-way message to the service mServiceA.UpdateService(1); }