TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
walid mousbah
NA
10
11.9k
Action<T> Delegate between 2 applications
May 30 2015 10:03 AM
Hi,
I'm creating a C# dll which is going to be called from another c# application.
The dll task is to print documents. It will queue the requests & print the docs 1 after another.
I would like the c# dll, once it has printed a doc, to notify the calling application.
Then a message will be displayed on the user's screen.
Trying to achieve this using Action<T> Delegate but can't get it to work.
What's the correct usage of Action<T> Delegate in both the dll & main application in this example?
Thanks
Reply
Answers (
2
)
Gridview RowDataBound event
Trying to make a dynamic recursive tree in C#