MessageFormatterEnumerableTracker.GetToken<T> 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
產生器用來將控制碼指派給指定的 IAsyncEnumerable<T> 。
public long GetToken<T> (System.Collections.Generic.IAsyncEnumerable<T> enumerable);
member this.GetToken : System.Collections.Generic.IAsyncEnumerable<'T> -> int64
Public Function GetToken(Of T) (enumerable As IAsyncEnumerable(Of T)) As Long
類型參數
- T
可列舉所產生的值型別。
參數
- enumerable
- IAsyncEnumerable<T>
要指派控制碼的可列舉。
傳回
已指派的控制碼。