IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
RemotingShared.ClientActivatedObject Class Reference

A client-activated type for .NET Remoting. More...

+ Inheritance diagram for RemotingShared.ClientActivatedObject:
+ Collaboration diagram for RemotingShared.ClientActivatedObject:

Public Member Functions

virtual string GetRemoteObjectType ()
 Get the type of the remote object. ClientActivatedObject or ServerActivatedObject More...
 
void GetProcessThreadID (out uint processId, out uint threadId)
 Get the current process ID and thread ID. More...
 

Protected Attributes

float fField
 

Properties

float FloatProperty [get, set]
 A float property. More...
 

Detailed Description

A client-activated type for .NET Remoting.

Member Function Documentation

virtual string RemotingShared.ClientActivatedObject.GetRemoteObjectType ( )
inlinevirtual

Get the type of the remote object. ClientActivatedObject or ServerActivatedObject

Returns
void RemotingShared.ClientActivatedObject.GetProcessThreadID ( out uint  processId,
out uint  threadId 
)
inline

Get the current process ID and thread ID.

Parameters
processIdcurrent process ID
threadIdcurrent thread ID

Member Data Documentation

float RemotingShared.ClientActivatedObject.fField
protected

Property Documentation

float RemotingShared.ClientActivatedObject.FloatProperty
getset

A float property.


The documentation for this class was generated from the following file: