Scope OnExit T1  Method (T1, Action T1 )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> OnExit<T1>(
	T1 context,
	Action<T1> onExit
)

Parameters

context
Type: T1
onExit
Type: OnlineSystem Action T1 
Type Parameters

T1

Return Value

Type: Scope _scopeExit T1 
See Also