nn::nex::SessionOperation Class

Syntax

class SessionOperation : public nn::nex::Operation

Description

Encapsulates operations performed on Session objects.

This operation is the base class for JoinSessionOperation.

Enumerated Types

Type Enumerated type representing the types of operations called by the system. (Inherits Operation.)

Member Functions

PV GetType Returns the type of this operation object.
GetUserData Gets user-defined values. (Inherits Operation.)
SetUserData Sets user-defined values. (Inherits Operation.)
PV GetClassNameString Gets the class name of this operation object.
S DynamicCast Casts dynamically using runtime information. (Inherits Operation.)
S SetTraceFilter Sets the callback function that specifies when to run traces on operation objects. (Inherits Operation.)

Class Hierarchy

nn::nex::RootObject
  nn::nex::Operation
    nn::nex::SessionOperation

Revision History

2011/03/04
Initial version.

CONFIDENTIAL