|
by Keyvan Nayyeri via Keyvan Nayyeri on 8/17/2007 6:37:14 PM
Last week, I talked about SendActivity in Windows Workflow 3.5 and today talk about ReceiveActivity. This activity can be used in WCF services in order to listen for a specific service method and handle its logic in a workflow. ReceiveActivity can work as a container for other activities and hold them as part of method logic. It gets method parameters via properties or fields and sets the result of the method in a field or property. When service method is called by the client,
... [ read more ]
|