Flush method of the Msft_MiStreamTasks class

Publishes any query results that were saved by the Push method. The Flush method can publish query results to an HTTPS endpoint, or the key/value pair exchange of a virtual machine.

Note For information on retrieving or updating the HTTPS endpoint, see MsftSil_ManagementTasks.

Syntax

uint32 Flush();

Parameters

This method has no parameters.

Return value

If this method succeeds, it returns 0. If this method fails, it returns 1. For a complete list of return values, see MI_Result enumeration.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012 R2
Namespace
Root\InventoryLogging
MOF
MiStreamProv.mof
DLL
MiStreamProv.dll

See also

Msft_MiStreamTasks