ctrlX Data Layer API for .NET 5  2.1.0
IProviderNodeResult.cs
1 
2 namespace Datalayer
3 {
7  public interface IProviderNodeResult
8  {
13  void SetResult(DLR_RESULT result);
14 
20  void SetResult(DLR_RESULT result, IVariant value);
21  }
22 }
Datalayer.IProviderNodeResult.SetResult
void SetResult(DLR_RESULT result)
Sets the result.
Datalayer.DLR_RESULT
DLR_RESULT
DLR_RESULT
Definition: Enums.cs:63
Datalayer.IProviderNodeResult
The provider node result interface.
Definition: IProviderNodeResult.cs:7
Datalayer
Definition: DatalayerSystem.cs:5
Datalayer.IVariant
The variant interface.
Definition: IVariant.cs:9