INodeGetSupportDataAsync Method

Returns the support data of the node

Namespace:  TSD.API.Remoting.Solver
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
Task<ISupportData> GetSupportDataAsync()

Return Value

Type: TaskISupportData
The support data of the node
See Also