AsyncEnumerator<T> Class
Inheritance Hierarchy
System.Object
Microsoft.Exchange.Common.AsyncEnumerator
Microsoft.Exchange.Common.AsyncEnumerator<T>
Namespace: Microsoft.Exchange.Common
Assembly: Microsoft.Exchange.Common (in Microsoft.Exchange.Common.dll)
Syntax
'Declaration
Public Class AsyncEnumerator(Of T) _
Inherits AsyncEnumerator
'Usage
Dim instance As AsyncEnumerator(Of T)
public class AsyncEnumerator<T> : AsyncEnumerator
Type Parameters
- T
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.