|
|
ctrlX Data Layer .NET API
4.3.0
|
|
The IProviderNodeResult interface. More...
Public Member Functions | |
| void | SetResult (DLR_RESULT result) |
| Sets the result. | |
| void | SetResult (DLR_RESULT result, IVariant value) |
| Sets the result | |
The IProviderNodeResult 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. |