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