Previous Topic: Interface IWgnImportConnectorConfigNext Topic: Method GetOutputDestination


Method SetOutputDestination

WgnActiveImportConnector can output messages to a local hub or directly to a local policy engine. It defaults to a policy engine (this setup is the easiest to configure). That is, the OutputDestination property defaults to WGN_ACTIVEIMPORT_DESTINATION_PE.

This method sets the OutputDestination property.

HRESULT SetOutputDestination (
    [in]    WGN_ACTIVEIMPORT_DESTINATION    newVal);

More information:

Typedef WGN_ACTIVEIMPORT_DESTINATION