DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1CollectionViewFlowLayout Class / InvokeOnMainThread Method / InvokeOnMainThread(Selector,NSObject) Method

In This Topic
    InvokeOnMainThread(Selector,NSObject) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub InvokeOnMainThread( _
       ByVal sel As ObjCRuntime.Selector, _
       ByVal obj As Foundation.NSObject _
    ) 
    public void InvokeOnMainThread( 
       ObjCRuntime.Selector sel,
       Foundation.NSObject obj
    )

    Parameters

    sel
    obj
    See Also