Share

AcGlobAddPublishReactor

C++

void AcGlobAddPublishReactor(
    AcPublishReactor * pReactor
);

File

acpublishreactors.h

Description

Clients should call this global function to add a publish reactor.

Parameters

Parameters Description
pReactor Input pointer to the reactor that the client has derived and instantiated

Was this information helpful?