Esempio n. 1
0
        public void Channel_Faulted(object sender, EventArgs e)
        {
            BrokerServiceClient client = wizardSheet.Tag as BrokerServiceClient;

            client.InnerChannel.Faulted -= Channel_Faulted;
            client.Abort();
            SetServiceClient();
        }