C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1ScrollViewer 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 _
) 
 
'Usage
 
Dim instance As C1ScrollViewer
Dim sel As ObjCRuntime.Selector
Dim obj As Foundation.NSObject
 
instance.InvokeOnMainThread(sel, obj)

Parameters

sel
obj
See Also