Warning

IWarningCallback.Warning method

Callback method which receives warning and decides whether operation should be aborted.

public ReturnAction Warning(IWarningInfo warning)
ParameterTypeDescription
warningIWarningInfoWarning to process.

Return Value

Abortion decision ReturnAction.

See Also