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

Parameters

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

T1
T2
T3
T4

Return Value

Type: Scope
See Also