Scope AtExit T1, T2  Method (T1, T2, Action T1, T2 )NFX Class Library

[This is preliminary documentation and is subject to change.]

Namespace: NFX
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public Scope AtExit<T1, T2>(
	T1 c1,
	T2 c2,
	Action<T1, T2> onExit
)

Parameters

c1
Type: T1
c2
Type: T2
onExit
Type: OnlineSystem Action T1, T2 
Type Parameters

T1
T2

Return Value

Type: Scope
See Also