Click or drag to resize

IExportManagerResume Method

Resume an export if it was cancelled

Namespace:  EdaIntegrationContract.Exports
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 1.0
Syntax
C#
void Resume(
	IExport export
)

Parameters

export
Type: EdaIntegrationContract.ExportsIExport
export to resume
See Also