VI Server Method Information
|
Method ID
|
635EC02
|
Scope
|
VI Scripting
|
Data Name
|
ConvertWaitAsyncCall
|
Short Name*
|
ConvertWaitAsyncCall
|
Long Name*
|
Convert:Wait On Asynchronous Call
|
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
|
Owning Class ID
|
16402
|
Owning Class Name
|
CallByRef Class
|
Return Data Type
|
No return value
|
Invoke Node
|
|
Available in Real-Time Operating System | No |
Available in Run-Time Engine | No |
Loads the block diagram into memory | No |
Loads the front panel into memory | No |
Need to authenticate before use | No |
Remote access allowed | Yes |
Settable when the VI is running | No |
Converts the referenced node into a Wait On Asynchronous Call node.
Use this method to convert a Call By Reference node or a Start Asynchronous Call node into a Wait On Asynchronous Call node programmatically. To programmatically determine the node style of an instance of the Call By Reference class, use the Call By Ref Node Style property.
This method provides the only way to create a Wait On Asynchronous Call node using VI Scripting.
Parameters
This method has no parameters.
Uses
History
See Also
External Links