Tagged Questions
The isoneway tag has no wiki summary.
3
votes
1answer
89 views
Waiting for completion of one-way WCF call in a C# console application
I have a WCF webservice (not under my control) that implements functionality I need to access via IsOneWay=true + a callback interface, one of the methods of which notifies of processing completion. ...
2
votes
3answers
209 views
How to detect WCF connectivity without try-catch?
I use WCF netNamedPipeBinding and wsHttpBinding. I would like to know whether a one-way method can execute successfully without trying it.
EDIT As someone noted the conectivity can succeed a given ...
1
vote
2answers
129 views
WCF “Fire and Forget” method is not allowing host execution to continue as expected
I have a windows service hosting a singleton WCF service which caches a large amount of data. On start up of the windows service I am doing the following:
// start client service
wcfService= ...
1
vote
1answer
55 views
Does exceptions throw inside an One method makes the channel faulted?
If I set IsOneWay=true in a method, does exceptions thrown inside it affect the channel or the client?
1
vote
0answers
404 views
WCF: Exception handling on OneWay OperationContract
I am having a WCF duplex service with Silverlight client and .NET 3.5 WCF service.
The scenario I have is: during the duplex push OneWay operation from server to client if an exception happens in ...
1
vote
2answers
249 views
WCF Service - setting IsOneWay=true still results in waiting client
For seme of my service methods, client application needn't wait for any response to be sent over,
So I just decorated these methods with IsOneWay=true, so they look like:
...
1
vote
5answers
2k views
What happens in WCF to methods with IsOneWay=true at application termination
I have a client application that once in while notifies about its progress a service.
The method call to the service is marked with IsOneWay=true, because the notification doesn't need any return ...
0
votes
2answers
50 views
One way pivot paging
I want to create a photo gallery basically.
I have a list of x items, and a pivot of 3 pages fixed.
(I did this because I don't know in advance will I have 4 items or 1000)
When I'm browsing between ...
0
votes
0answers
52 views
Problems using IsOneWay WCF in Windows 2003
I have a WCF Service deploy in Win2008 and Win2003.
In Win2008, all is OK. But In Win2003, I have problems using WCF Service.
I get errors like this (I enable tracing in system.diagnostics section)
...