RDCOMNativeEventServer-class {RDCOMEvents}R Documentation

Event Server Instance class

Description

This class is used to represent an instance of an R-implemented DCOM server. This is the object that references the C++-object that implements the server.

Objects from the Class

Instances of this class are typically created indirectly via createCOMEventServer and other higher-level functions such as connectEventHandlers.

Slots

ref:
Object of class "externalptr", inherited from RDCOMServer-class

Extends

Class "RDCOMServer", directly.

Methods

Author(s)

Duncan Temple Lang <duncan@wald.ucdavis.edu>

References

http://www.omegahat.org/RDCOMClient http://www.omegahat.org/RDCOMServer http://www.omegahat.org/SWinTypeLibs http://www.omegahat.org/SWinRegistry

See Also

connectEventHandlers createCOMEventServer createCOMEventServerInfo

Examples






[Package RDCOMEvents version 0.3-1 Index]