2

Does the OneWay operations in WCF service execute as long as the operation is complete or is there any operation timeout for oneway wcf service.

If there is as such any operation timeout configuration then please tell me I want to increase it so that one way wcf service should take as much time it want to execute operation.

1

2 Answers 2

1

Try configure the bindings to the WCF service found in app.config.

system.servicemodel > bindings > .. > opentimeout / sendtimeout

More information on configuration settings here

Sign up to request clarification or add additional context in comments.

3 Comments

But at service side I want to increase execution timeout of operation it executing not the send ,recieve, open and close timeout.
How do you service the WCF service? Website / windows service?
Right, you've asked this question 5 different times?? Forget it find it out yourself
1

You have to cast the channel as IContextChannel. This interface has an OperationTimeout property you can set. It's location is different from the usual Open, Close and Connect Timeouts that are located on the proxy.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.