Click or drag to resize

JcdiEnerjSetClosureInstanceWithChecks Method

Request closure's instance from cdv

Namespace:  Enerj.CDI.WebService.V4
Assembly:  Enerj.CDI.WebService.V4 (in Enerj.CDI.WebService.V4.dll) Version: 4.13.0.0 (4.13.0.0)
Syntax
C#
public Task<SetClosureInstanceResult> SetClosureInstanceWithChecks(
	SetClosureInstanceWithChecksParameter pdvInfo
)

Parameters

pdvInfo
Type: Enerj.CDI.WebService.V4SetClosureInstanceWithChecksParameter
Information about the PdV to preserve

Return Value

Type: TaskSetClosureInstanceResult
Result of the command

Implements

IJcdiEnerjSetClosureInstanceWithChecks(SetClosureInstanceWithChecksParameter)
See Also