DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1CollectionViewFlowLayout Class / Invoke Method / Invoke(Action,TimeSpan) Method

In This Topic
    Invoke(Action,TimeSpan) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub Invoke( _
       ByVal action As Action, _
       ByVal delay As TimeSpan _
    ) 
    public virtual void Invoke( 
       Action action,
       TimeSpan delay
    )

    Parameters

    action
    delay
    See Also