[This is preliminary documentation and is subject to change.]
Namespace: NFXAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public Scope AtExit<T1, T2>(
T1 c1,
T2 c2,
Action<T1, T2> onExit
)
public Scope AtExit<T1, T2>(
T1 c1,
T2 c2,
Action<T1, T2> onExit
)
Public Function AtExit(Of T1, T2) (
c1 As T1,
c2 As T2,
onExit As Action(Of T1, T2)
) As Scope
Public Function AtExit(Of T1, T2) (
c1 As T1,
c2 As T2,
onExit As Action(Of T1, T2)
) As Scope
public:
generic<typename T1, typename T2>
Scope^ AtExit(
T1 c1,
T2 c2,
Action<T1, T2>^ onExit
)
public:
generic<typename T1, typename T2>
Scope^ AtExit(
T1 c1,
T2 c2,
Action<T1, T2>^ onExit
)
member AtExit :
c1 : 'T1 *
c2 : 'T2 *
onExit : Action<'T1, 'T2> -> Scope
member AtExit :
c1 : 'T1 *
c2 : 'T2 *
onExit : Action<'T1, 'T2> -> Scope
- T1
- T2
Return Value
Type:
Scope