|
|
ctrlX Data Layer API for .NET 5
2.1.0
|
|
The provider node result interface. More...
Public Member Functions | |
| void | SetResult (DLR_RESULT result) |
| Sets the result. More... | |
| void | SetResult (DLR_RESULT result, IVariant value) |
| . Sets the result More... | |
The provider node result interface.
Definition at line 7 of file IProviderNodeResult.cs.
| void SetResult | ( | DLR_RESULT | result | ) |
Sets the result.
| result | Result of the request |
| void SetResult | ( | DLR_RESULT | result, |
| IVariant | value | ||
| ) |
. Sets the result
| result | Result of the request |
| value | Value to set |