Previous Topic: LPCTSTR GetBrokerName(void) const

Next Topic: CaContainer GetProductInfo(void) const


CaContext& GetContext(void) const

Retrieves the current context object.

Owning Class

CaHarvest

Arguments

None

Return Value

Returns a reference to the context object

Exceptions

Throws CaException on error.

Example

CaContext& rContext = Harvest.GetContext();

More information: