ctrlX Data Layer .NET API  4.3.0
Loading...
Searching...
No Matches
IClientAsyncResult.cs
1namespace Datalayer
2{
6 public interface IClientAsyncResult
7 {
11 IVariant Value { get; }
12
17 }
18}
The IClientAsyncResult interface.
IVariant Value
Gets the value.
DLR_RESULT Result
Gets the result.
The IVariant interface.
Definition: IVariant.cs:10
DLR_RESULT
The result.
Definition: Enums.cs:153