Xamarin.Android | ComponentOne
C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1Gauge Class / Post Method / Post(Action) Method


In This Topic
    Post(Action) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function Post( _
       ByVal action As Action _
    ) As Boolean
    'Usage
     
    
    Dim instance As C1Gauge
    Dim action As Action
    Dim value As Boolean
     
    value = instance.Post(action)
    public bool Post( 
       Action action
    )

    Parameters

    action
    See Also