Is NetTCPBinding supporting Callbacks? If so, please redirect me to any appropriate example. Thanks
Look into using Duplex Messaging. NetTCPBinding supports it natively, unlike with HTTP, where you need a special binding (WSDualHttpBinding.)
来源:https://stackoverflow.com/questions/1212443/callback-with-nettcpbinding