ResponseCollection.GetEnumerator

The GetEnumerator method obtains an enumerator for the ResponseCollection object.

Syntax

[C#]

  Copy imageCopy Code
public IEnumerator GetEnumerator();

Syntax

[Visual Basic .NET]

  Copy imageCopy Code
Public Function GetEnumerator() As IEnumerator

Parameters

This method has no parameters.

Return Values

Returns an IEnumerator interface that can be used to iterate through the ResponseCollection.

Requirements

Redistributable: Requires Microsoft Lync Server 2010

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also