UnscheduleSelf(IRunnable) Method
In This Topic
Syntax
'Declaration
<Android.Runtime.RegisterAttribute("unscheduleSelf",
"(Ljava/lang/Runnable;)V",
"GetUnscheduleSelf_Ljava_lang_Runnable_Handler")>
Public Overloads Overridable Sub UnscheduleSelf( _
ByVal As Java.Lang.IRunnable _
)
'Usage
Dim instance As C1TexBoxBackgroundDrawable
Dim what As Java.Lang.IRunnable
instance.UnscheduleSelf(what)
[Android.Runtime.Register("unscheduleSelf",
"(Ljava/lang/Runnable;)V",
"GetUnscheduleSelf_Ljava_lang_Runnable_Handler")]
public virtual void UnscheduleSelf(
Java.Lang.IRunnable
)
Parameters
- what
See Also