G#

cancel
Showing results for 
Search instead for 
Did you mean: 

Does Interface methods can be asynchronous call?

Solved!
Go to solution

I Create class1 Inherit from interface. I override method1 in class1.when I asynchronous call method1,lv occors error.how can I asynchronous call method1?

 

thanks!!

0 Kudos
Message 1 of 3
(2,607 Views)
Solution
Accepted by topic author yanzhanglin

This is not a G#-question, and it is a new question. But anyway:

 

The error says "Dynamic member VIs are not supported by the Call by Reference node in this version of LabVIEW.". So, you can not do this.

 

Are you sure that's what you want to do? If you are, then I think you can create a wrapper and do the async call in that.

Certified LabVIEW Architect
Message 2 of 3
(2,596 Views)

thank for your answer。

0 Kudos
Message 3 of 3
(2,582 Views)