Click or drag to resize
PromiseTCancelTargetC Method
Set the object to be canceled when the promise is canceled

Namespace: Innovator.Client
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
public C CancelTarget<C>(
	C cancelTarget
)
where C : ICancelable

Parameters

cancelTarget
Type: C

Type Parameters

C

Return Value

Type: C
See Also