TIBCO Adapter SDK C++ Reference
MSequence::MSequence
MSequence
Creates a named empty MSequence with no data in the named class registry.

The constructor does not make a copy of the list of data. The caller is responsible for freeing the data once this MSequence instance is destroyed.

Parameters
Parameters Description
MClassRegistry* pMClassRegistry Class registry for which you want to create this MSequence.
const MString& rsSequenceName Name of the sequence to be created.
Declaration
MSequence(MClassRegistry* pMClassRegistry, const MString& rsSequenceName) throw(MException);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.