Share via


CallMethodAction.Invoke Method

Invokes the action.

Namespace: Microsoft.Expression.Interactivity.Core
Assembly: Microsoft.Expression.Interactions (in microsoft.expression.interactions.dll)

Syntax

'Declaration
Protected Overrides Sub Invoke ( _
    parameter As Object _
)
'Usage
Dim parameter As Object

Me.Invoke(parameter)
protected override void Invoke (
    Object parameter
)
protected:
virtual void Invoke (
    Object^ parameter
) override
protected void Invoke (
    Object parameter
)
protected override function Invoke (
    parameter : Object
)

Parameters

parameter

The parameter of the action. If the action does not require a parameter, the parameter may be set to a null reference.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

CallMethodAction Class
CallMethodAction Members
Microsoft.Expression.Interactivity.Core Namespace