Scope AtExit 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 Scope AtExit<T1>(
	T1 c1,
	Action<T1> onExit
)

Parameters

c1
Type: T1
onExit
Type: OnlineSystem Action T1 
Type Parameters

T1

Return Value

Type: Scope
See Also