nn::nex::Operation::Type Enumerated Type

Syntax

enum Type;

Value

Value Description
ChangeMasterStation The enumerated value when the operation is an instance of the ChangeMasterStationOperation class.
ChangeDupSet The enumerated value when the operation is an instance of the ChangeDupSetOperation class.
FaultRecovery The enumerated value when the operation is an instance of the FaultRecoveryOperation class.
AddToStore The enumerated value when the operation is an instance of the AddToStoreOperation class.
RemoveFromStore The enumerated value when the operation is an instance of the RemoveFromStoreOperation class.
CallMethod The enumerated value when the operation is an instance of the CallMethodOperation class.
UpdateDataSet The enumerated value when the operation is an instance of the UpdateDataSetOperation class.
JoinSession The enumerated value when the operation is an instance of the JoinSessionOperation class.
JoinStation The enumerated value when the operation is an instance of the JoinStationOperation class.
LeaveStation The enumerated value when the operation is an instance of the LeaveStationOperation class.

Description

Enumerated type that represents the types of operations called by the system.

See Also

GetType

Revision History

2011/01/27
Initial version.

CONFIDENTIAL