示例#1
0
        private static void MostrarConsultaOperacao()
        {
            var awe = new AdventureWorksEntities(new Uri("http://localhost:15047/AWDataService.svc"));

            awe.BeginExecute<Contato>(new Uri("/GetContato?id=1", UriKind.Relative), GetContatoCompleted, awe);
        }