Scope OnExit 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 static Scope..::.._scopeExit<T1, T2, T3> OnExit<T1, T2, T3>(
	T1 ctx1,
	T2 ctx2,
	T3 ctx3,
	Action<T1, T2, T3> onExit
)

Parameters

ctx1
Type: T1
ctx2
Type: T2
ctx3
Type: T3
onExit
Type: OnlineSystem Action T1, T2, T3 
Type Parameters

T1
T2
T3

Return Value

Type: Scope _scopeExit T1, T2, T3 
See Also