Post(IRunnable) Method | Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1AutoComplete Class / Post Method / Post(IRunnable) Method


In This Topic
Post(IRunnable) Method
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("post", 
   "(Ljava/lang/Runnable;)Z", 
   "GetPost_Ljava_lang_Runnable_Handler")>
Public Overloads Overridable Function Post( _
   ByVal action As Java.Lang.IRunnable _
) As Boolean
 
'Usage
 
Dim instance As C1AutoComplete
Dim action As Java.Lang.IRunnable
Dim value As Boolean
 
value = instance.Post(action)

Parameters

action
See Also