Scope _scopeExit TCtx1, TCtx2  Constructor 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 _scopeExit(
	TCtx1 ctx1,
	TCtx2 ctx2,
	Action<TCtx1, TCtx2> onExit
)

Parameters

ctx1
Type: TCtx1
ctx2
Type: TCtx2
onExit
Type: OnlineSystem Action TCtx1, TCtx2 
See Also