Scope AtExit T1, T2, T3  Method (T1, T2, T3, Action T1, T2, T3 )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, T3>(
	T1 c1,
	T2 c2,
	T3 c3,
	Action<T1, T2, T3> onExit
)

Parameters

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

T1
T2
T3

Return Value

Type: Scope
See Also