void SetAsyncValue(
short id,
double value
)Sub SetAsyncValue (
id As Short,
value As Double
)This is an optional method and can throw a MethodNotImplementedException when CanAsync(Int16) is .
Further explanation is available in this link: Master Interface Document.
| MethodNotImplementedException | When CanAsync(id) is false. |