WrappedAction.Invoke Method

This element is introduced in Windows PowerShell 5.0.

Namespace: Microsoft.OneGet.Utility.Plugin
Assembly: Microsoft.OneGet.Utility (in Microsoft.OneGet.Utility.dll)

Usage

'Usage
Dim instance As WrappedAction(Of T0)
Dim tVal0 As T0

instance.Invoke(tVal0)

Syntax

'Declaration
Public Sub Invoke ( _
    tVal0 As T0 _
)
public void Invoke (
    T0 tVal0
)
public:
void Invoke (
    T0 tVal0
)
public void Invoke (
    T0 tVal0
)
public function Invoke (
    tVal0 : T0
)

Parameters

  • tVal0

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.

Platforms

Target Platforms

See Also

Reference

WrappedAction Generic Class
WrappedAction Members
Microsoft.OneGet.Utility.Plugin Namespace