Return to Snippet

Revision: 55430
at February 7, 2012 01:59 by rstokoe


Initial Code
new ChannelFactory<IFooContract>().CreateChannel().SafeInvoke(service =>
{
    service.Foo()
});

Initial URL
http://www.sage.co.uk/devblog

Initial Description
Shows how to call SafeInvoke on WCF Service Channels (see Snippet 63037)

Initial Title
Calling SafeInvoke on WCF Service Proxies

Initial Tags


Initial Language
C#