TIBCO EMS .NET API 10.3
TIBCO EMS .NET API 10.3
TIBCO.EMS.Message.EmptyEnum Class Reference

Represents an empty enumerator More...

Inherits IEnumerator.

Public Member Functions

 EmptyEnum ()
 Construct an empty enumerator More...
 
bool MoveNext ()
 Advances the enumerator to the next element of the collection. More...
 
void Reset ()
 Reset the enumerator. More...
 

Properties

Object Current [get]
 Implements IEnumerator.Current. More...
 

Detailed Description

Represents an empty enumerator

Messages with this body type contain a single value, which is a string.

Constructor & Destructor Documentation

TIBCO.EMS.Message.EmptyEnum.EmptyEnum ( )
inline

Construct an empty enumerator

Member Function Documentation

bool TIBCO.EMS.Message.EmptyEnum.MoveNext ( )
inline

Advances the enumerator to the next element of the collection.

Implements IEnumerator.MoveNext. MoveNext() always returns false.

Returns
False
void TIBCO.EMS.Message.EmptyEnum.Reset ( )
inline

Reset the enumerator.

Implements IEnumerator.Reset. Reset() does nothing since the enumerator is empty.

Property Documentation

Object TIBCO.EMS.Message.EmptyEnum.Current
get

Implements IEnumerator.Current.

Trying to get the current object in enumerator will throw an InvalidOperationException.

Exceptions
InvalidOperationExceptionWhen the property is called.

Copyright © 1997-2024 Cloud Software Group, Inc. All Rights Reserved.