Previous Topic: CaHarvest(void)

Next Topic: CaString GetHSDKRelease(void)


CaHarvest(LPCTSTR szBrokerName)

This constructor instantiates a CaHarvest object and specifies a CA Harvest SCM service broker.

Owning Class

CaHarvest

Arguments

LPCTSTR szBrokerName - Name of the CA Harvest SCM service broker for connections

Return Value

None

Exceptions

Throws CaException on error.

Example

CaHarvest Harvest(“MyBrokerName”);

More information: