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

In This Topic
    PerformSelector(Selector,NSThread,NSObject,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub PerformSelector( _
       ByVal selector As ObjCRuntime.Selector, _
       ByVal onThread As Foundation.NSThread, _
       ByVal withObject As Foundation.NSObject, _
       ByVal waitUntilDone As Boolean _
    ) 
    public virtual void PerformSelector( 
       ObjCRuntime.Selector selector,
       Foundation.NSThread onThread,
       Foundation.NSObject withObject,
       bool waitUntilDone
    )

    Parameters

    selector
    onThread
    withObject
    waitUntilDone
    See Also