RPC HELP TRPCBroker CurrentContext
From VistApedia
Revision as of 17:12, 4 July 2015 by Kdtop (talk | contribs) (Created page with "<h2>CurrentContext Property (read-only)</h2> Example <h3>Applies to</h3> TRPCBroker component <h...")
CurrentContext Property (read-only)
Applies to
TRPCBroker component
Declaration
property CurrentContext: String;
Description
The CurrentContext property is available at run-time only. This read-only property provides the current context. Developers can save off the current context into a local variable, set a new context, and then restore the original context from the local variable before finishing. This permits the application to use the CreateContext method with an additional context when an initial context has already been established.