Previous Topic: GetBrokerName Method

Next Topic: GetAuthenticationSetting Method


GetContext Method

Retrieves the current context object.

Syntax

object.GetContext()

Owning Class

CaWHarvest

Arguments

None

Return Value

A CaWContext object that represents the context object, null object if error.

Example

Dim objContext
objContext = sobjHarvest.GetContext()

More information: