IMetabaseUpdate.SaveToStreamNF

Syntax

SaveToStreamNF(Writer: IIOStream; Progress: IMetabaseUpdateProgress);

Parameters

Writer. The stream, to which the update is saved.

Progress. Object implementing events occurring on creating an update.

Description

The SaveToStreamNF method saves the update to a stream with the ability to track events.

Comments

If event handling is not required, send Null as a value of the Progress parameter.

Example

The property use is given in the example for IMetabaseUpdate.LoadFromStreamNF.

See also:

IMetabaseUpdate