Share via


Observable.GenerateWithTime<TState, TResult>-Methode (TState, Func<TState, Boolean>, Func<TState, TResult>, Func<TState, TimeSpan>, Func<TState, TState>)

Namespace:  Microsoft.Phone.Reactive
Assembly:  Microsoft.Phone.Reactive (in Microsoft.Phone.Reactive.dll)

Syntax

'Declaration
Public Shared Function GenerateWithTime(Of TState, TResult) ( _
    initialState As TState, _
    condition As Func(Of TState, Boolean), _
    resultSelector As Func(Of TState, TResult), _
    timeSelector As Func(Of TState, TimeSpan), _
    iterate As Func(Of TState, TState) _
) As IObservable(Of TResult)
public static IObservable<TResult> GenerateWithTime<TState, TResult>(
    TState initialState,
    Func<TState, bool> condition,
    Func<TState, TResult> resultSelector,
    Func<TState, TimeSpan> timeSelector,
    Func<TState, TState> iterate
)
public:
generic<typename TState, typename TResult>
static IObservable<TResult>^ GenerateWithTime(
    TState initialState, 
    Func<TState, bool>^ condition, 
    Func<TState, TResult>^ resultSelector, 
    Func<TState, TimeSpan>^ timeSelector, 
    Func<TState, TState>^ iterate
)
static member GenerateWithTime : 
        initialState:'TState * 
        condition:Func<'TState, bool> * 
        resultSelector:Func<'TState, 'TResult> * 
        timeSelector:Func<'TState, TimeSpan> * 
        iterate:Func<'TState, 'TState> -> IObservable<'TResult> 

Typparameter

  • TState
  • TResult

Parameter

  • initialState
    Typ: TState

Rückgabewert

Typ: System.IObservable<TResult>

Versionsinformationen

.NET für Windows Phone-Apps

Unterstützt in: Windows Phone 8, Silverlight 8.1

.NET Framework-Sicherheit

Siehe auch

Referenz

Observable Klasse

GenerateWithTime-Überladung

Microsoft.Phone.Reactive-Namespace