faulted Questions

2

Solved

After reading information about task and exepcion management, I am using this code to manage an exception thrown in a Task: Task<Object> myTask = Task.Factory.StartNew<Object>(doTask, ...
Marcus asked 17/9, 2013 at 9:48

2

Solved

We've got a WCF service that we're consuming from a web app. The client we're using was generated using the Visual Studio "Add Service Reference" option. Since it's a web app, and since the nature ...
Injurious asked 28/3, 2011 at 19:41

1

I have encountered a very interesting behavior of reliable session. I am using netTcp binding + duplex channel + reliable session. When I am trying to listen on channel.faulted , if there is secur...
Vacuity asked 16/1, 2011 at 4:6

2

Solved

In my WCF client class I'm handling the Faulted() event so that if the remote service throws an exception and faults the channel I can still at least shut it down gracefully. Here's my code: prote...
Ethben asked 12/2, 2010 at 15:15

2

Solved

When a single ClientBase<T> instance is used for multiple WCF service calls, it can get a channel into a faulted state (ie. when the service is down). I would like to heal the channel automa...
Dorsy asked 5/1, 2010 at 19:0
1

© 2022 - 2024 — McMap. All rights reserved.