Events in WCF

(Ws)Http 바인딩에서는 잊자.

The basic WCF callback mechanism does not indicate anything about the nature of
the interaction between the client and the service. They may be equal peers in a commutative  interaction,  each  calling  and  receiving  calls  from  the  other. However,  the canonical use for duplex callbacks is with events.

While events in WCF are nothing more than callback operations, by their very nature
events usually imply a looser relationship between the publisher and the subscriber
than the typical relationship between a client and a service.


댓글

이 블로그의 인기 게시물

Oracle NLS_DATE_FORMAT 변경

Stop console process using Ctrl+C.

Alternative to IValueConvert, QuickConverter