CallByRef class/Convert.Start Asynchronous Call method: Difference between revisions
Appearance
m Category reorg |
m Added VI Scripting Method Category to page |
||
| Line 43: | Line 43: | ||
== External Links == | == External Links == | ||
{{ambox|text=Add links to external resources that would also help.}} | {{ambox|text=Add links to external resources that would also help.}} | ||
[[Category:VI Scripting Method]] | |||
[[Category:VI Server Method]] | [[Category:VI Server Method]] | ||
Revision as of 22:27, 7 May 2020
| VI Server Method Information | |
|---|---|
| Method ID | 635EC01 |
| Scope | VI Scripting |
| Data Name | ConvertStartAsyncCall |
| Short Name* | ConvertStartAsyncCall |
| Long Name* | Convert:Start 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 Start Asynchronous Call node.
Use this method to convert a standard Call By Reference node or a Wait On Asynchronous Call node into a Start 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 programmatic way to create a Start Asynchronous Call node with VI Scripting.
Parameters
This method has no parameters.
Uses
| |
Specific use cases for this method. |
History
| |
History information is needed. What changes have occurred over previous versions? |
| Version | Change(s) |
|---|---|
| More info to come. |
See Also
| |
Add links to internal wiki pages that would also help. |
External Links
| |
Add links to external resources that would also help. |