Scope _scopeExit TCtx1, TCtx2, TCtx3, TCtx4  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 c1,
	TCtx2 c2,
	TCtx3 c3,
	TCtx4 c4,
	Action<TCtx1, TCtx2, TCtx3, TCtx4> onExit
)

Parameters

c1
Type: TCtx1
c2
Type: TCtx2
c3
Type: TCtx3
c4
Type: TCtx4
onExit
Type: OnlineSystem Action TCtx1, TCtx2, TCtx3, TCtx4 
See Also