G
Guest
I have a complex data contract sending to wcf service side. After processing
on the service side, some of the data members will be modified by the
service. Does the sending know the change automatically(just like the one
pass by reference)? If not, how does the client know the change?
on the service side, some of the data members will be modified by the
service. Does the sending know the change automatically(just like the one
pass by reference)? If not, how does the client know the change?