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

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

    Parameters

    sel
    obj
    See Also