object can be any object you want to pass to the callback function and in WCF it is usually a reference to the proxy:
The callback function is executed when the service operation completes, and the callback function calls the matching End method:
WCF Service Behavior: it's very necessary to demonstrate how the clients will connect with the WCF Services (e.g. How many service instances will be used to serve the clients, operation counts, Error handling, Security, such as impersonation, authorization, Metadata etc) Behaviors may be code-only, or may also use configuration settings. e.g.
OR you can use Throttling: Throttling allows you to set limits on access to a service, such as the number of connections or pending calls. You configure throttling in the configuration file:
Developers can also retrieve the throttling settings at runtime, and modify them before opening the service. Developers can create custom behaviors by using IServiceBehavior and IEndpointBehavior. | ||||||||||||||
For More Info Please Visit: WCF Resources Page |
Saturday, October 16, 2010
Asynchronous Invocation in WCF (WCF Part 7)
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment