开发者

How to call invoke operation on domain service?

开发者 https://www.devze.com 2023-02-13 13:13 出处:网络
I have silverlight business application. I added an invoke method to my AuthenticationService class that returns bool.

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

精彩评论

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

关注公众号