Click here to Skip to main content
15,895,462 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am running my service successfully and consuming from windows store app 2012, but unable to get data from service pls help me.

C#
protected override void OnNavigatedTo(NavigationEventArgs e)
        {
            
            StatusServiceReferenceHost.Service1Client MyService = new StatusServiceReferenceHost.Service1Client();

            var c = MyService.GetCIStatusAsync();
            
        }

I don't have GetCIStatusAsync()method in my service instead I have GetCIStatus();. pls help me I am unable to call GetCIStatus();


FYour reference......
C#
+MyService	{DMApp.StatusServiceReferenceHost.Service1Client}	         

               DMApp.StatusServiceReferenceHost.Service1Client
+c	       Id = 1, Status = WaitingForActivation, Method = "{null}",  

               Result = "{Not yet computed}"
Posted
Updated 26-Nov-14 21:51pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900