Click here to Skip to main content
16,004,887 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Hi,
I had set 10 minutes for receivedTimeout in WCF Service. Once open the Master1 page have been waiting idly for 10 min same page, that time received time out is working fine.

But After navigate from mainwindow to master1 page, received time out is not working properly.
Below I have added my code.

What I have tried:

C#
Master1 page = new Master1();
frameWindow.Navigate(page);
Posted
Updated 1-Mar-17 2:32am
v2

1 solution

If the code in the master page then yes, the master page is closed and the event will not occur. Yo will need to decouple and move the code to a centralized repository/service single-instance class that won't be destroyed.
 
Share this answer
 

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