UsingBlock Constructor Breeze.sharp
Create a new instance with the specified actions.

Namespace: Breeze.Sharp.Core
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax

public UsingBlock(
	Action preAction,
	Action postAction
)

Parameters

preAction
Type: SystemAction
postAction
Type: SystemAction
See Also

Reference