Click or drag to resize
BrowserReset Method
Sets the enumerator to its initial position, which is before the first element in the collection.

Namespace: Com.Tibco.As.Space.Browser
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntax
public abstract void Reset()

Implements

IEnumeratorReset
Exceptions
ExceptionCondition
InvalidOperationException The collection was modified after the enumerator was created.
See Also