TIBCO FTL®
Public Member Functions | Protected Member Functions | List of all members
TIBCO.FTL.MessageEnumerator Class Reference

This class implements the System.Collections.IEnumerator interface for enumerating the fields of an IMessage. When called on an IMessage, the method System.Collections.IEnumerable.GetEnumerator returns an object of this class. More...

Inheritance diagram for TIBCO.FTL.MessageEnumerator:

Public Member Functions

void Dispose ()
 

Protected Member Functions

virtual void Dispose (bool inUserDispose)
 

Detailed Description

This class implements the System.Collections.IEnumerator interface for enumerating the fields of an IMessage. When called on an IMessage, the method System.Collections.IEnumerable.GetEnumerator returns an object of this class.

For best performance, we recommend that programs create a typed IEnumerator{IMessageFieldRef} object (with type IMessageFieldRef), rather than an untyped System.Collections.IEnumerator object.

You must dispose each message enumerator object. The IDisposable.Dispose method frees all resources associated with the message enumerator.

Member Function Documentation

void TIBCO.FTL.MessageEnumerator.Dispose ( )
inline
virtual void TIBCO.FTL.MessageEnumerator.Dispose ( bool  inUserDispose)
inlineprotectedvirtual