Metodi asincroni senza risposta in WCF

Un semplicissimo tip per WCF. Se si vuole definire un metodo su un servizio WCF che non ritorni un messaggio di risposta e sia quindi asincrono è sufficiente indicare il parametro IsOneWay=true all'interno dell'attributo OperationContract come nell'esempio:

[ServiceContract] public interface IService { [OperationContract(IsOneWay=true)] void WakeUp(string userName); }

 

Matteo

 

Print | posted @ mercoledì 10 dicembre 2008 04:18

Comments on this entry:

Gravatar # Pinochle
by pinochle at 31/03/2018 11:08

Pinochle is my favorite game this game is very interesting full information here pinochle is the online card tacking and simple game join the my website and enjoy the game.
Comments have been closed on this topic.