c# - How to pass an object from the application which hosts the WorkflowApplication to a NativeActivity -


i need talk wf activity host application. host application consists of multiple libs. 1 of libs starts workflowapplication activity contains custom nativeactivity.

you use extensions that. register custom class used communicate host. class can expose methods outputs data, example write data console.

see http://www.dotnetfunda.com/articles/show/1091/workflow-foundation-40-extension introduction.


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -