PromiseResultT1, T2 Constructor |
Namespace: Innovator.ClientAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax public PromiseResult(
T1 result1,
T2 result2
)
Public Sub New (
result1 As T1,
result2 As T2
)
Parameters
- result1
- Type: T1
- result2
- Type: T2
See Also