AsyncEnumerator.Begin Method (IEnumerator<Int32>, Boolean)
Namespace: Microsoft.Exchange.Common
Assembly: Microsoft.Exchange.Common (in Microsoft.Exchange.Common.dll)
Syntax
'Declaration
Protected Sub Begin ( _
enumerator As IEnumerator(Of Integer), _
startEnumeration As Boolean _
)
'Usage
Dim enumerator As IEnumerator(Of Integer)
Dim startEnumeration As Boolean
Me.Begin(enumerator, startEnumeration)
protected void Begin(
IEnumerator<int> enumerator,
bool startEnumeration
)
Parameters
- enumerator
Type: System.Collections.Generic.IEnumerator<Int32>
- startEnumeration
Type: System.Boolean