RPC HELP DLL GuideLines CPP Create Broker Instances

From VistApedia
Revision as of 16:04, 8 July 2015 by Kdtop (talk | contribs) (Created page with " RPC Broker Help Home DLL Interface Home <h2>C++: Create Broker Instances</h2> To create instances of TRPCBroker C++...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

RPC Broker Help Home

DLL Interface Home

C++: Create Broker Instances

To create instances of TRPCBroker C++ class objects in your C++ program:

Create a variable of type TRPCBroker. This initializes the TRPCBroker class, creates a TRPCBroker C++ class object instance, and creates a TRPCBroker component:

   // Initialize the TRPCBroker class.
   TRPCBroker RPCInst;

The properties and methods of the created TRPCBroker component can be accessed through the TRPCBroker C++ class object.