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