共用方式為


IAbstractPatternRoot<TKey,TPayload,TRegister,TAccumulator>.KleeneStar 方法

定義

介面只是公用的,可提供 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>>

傳回

適用於