IAbstractPatternRoot<TKey,TPayload,TRegister,TAccumulator>.KleeneStar 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
介面只是公用的,可提供 CLR 強型別 - 實例應該只在內部建立。 請勿直接使用。
public Microsoft.StreamProcessing.IPattern<TKey,TPayload,TRegister,TAccumulator> KleeneStar(Func<Microsoft.StreamProcessing.IAbstractPatternRoot<TKey,TPayload,TRegister,TAccumulator>,Microsoft.StreamProcessing.IPattern<TKey,TPayload,TRegister,TAccumulator>> pattern);
abstract member KleeneStar : Func<Microsoft.StreamProcessing.IAbstractPatternRoot<'Key, 'Payload, 'Register, 'Accumulator>, Microsoft.StreamProcessing.IPattern<'Key, 'Payload, 'Register, 'Accumulator>> -> Microsoft.StreamProcessing.IPattern<'Key, 'Payload, 'Register, 'Accumulator>
Public Function KleeneStar (pattern As Func(Of IAbstractPatternRoot(Of TKey, TPayload, TRegister, TAccumulator), IPattern(Of TKey, TPayload, TRegister, TAccumulator))) As IPattern(Of TKey, TPayload, TRegister, TAccumulator)
參數
- pattern
- Func<IAbstractPatternRoot<TKey,TPayload,TRegister,TAccumulator>,IPattern<TKey,TPayload,TRegister,TAccumulator>>