开发者

How to call invoke operation on domain service?

I have silverlight business application. I added an invoke method to my AuthenticationService class that returns bool.

How do I call this and get the result from the 开发者_运维问答client?


http://msdn.microsoft.com/en-us/library/ee707370(v=vs.91).aspx#Y1804

 var authCtx = new AuthenticationContext();
            authCtx.HasAccess1(io => {
                HasAccess1 = io.Value;
            }, null);
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜