RPC HELP DLL GuideLines CPP Create Broker Instances: Difference between revisions
From VistApedia
Jump to navigationJump to search
Created page with " RPC Broker Help Home DLL Interface Home <h2>C++: Create Broker Instances</h2> To create instances of TRPCBroker C++..." |
(No difference)
|
Latest revision as of 16:04, 8 July 2015
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.