Example #1
0
        void LoadAllInfo()
        {
            ProcessService.ServiceSoapClient client = new ProcessService.ServiceSoapClient();
            client.getHostInfosCompleted += new EventHandler<ProcessService.getHostInfosCompletedEventArgs>(client_getHostInfosCompleted);

            client.getHostInfosAsync();
        }