Click or drag to resize
PromiseResultT1, T2 Constructor

Namespace: Innovator.Client
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
public PromiseResult(
	T1 result1,
	T2 result2
)

Parameters

result1
Type: T1
result2
Type: T2
See Also