WrappedFunc.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 WrappedFunc(Of T0, T1, T2, T3, T4, TRet)
Dim tVal0 As T0
Dim tVal1 As T1
Dim tVal2 As T2
Dim tVal3 As T3
Dim tVal4 As T4
Dim returnValue As TRet

returnValue = instance.Invoke(tVal0, tVal1, tVal2, tVal3, tVal4)

Syntax

'Declaration
Public Function Invoke ( _
    tVal0 As T0, _
    tVal1 As T1, _
    tVal2 As T2, _
    tVal3 As T3, _
    tVal4 As T4 _
) As TRet
public TRet Invoke (
    T0 tVal0,
    T1 tVal1,
    T2 tVal2,
    T3 tVal3,
    T4 tVal4
)
public:
TRet Invoke (
    T0 tVal0, 
    T1 tVal1, 
    T2 tVal2, 
    T3 tVal3, 
    T4 tVal4
)
public TRet Invoke (
    T0 tVal0, 
    T1 tVal1, 
    T2 tVal2, 
    T3 tVal3, 
    T4 tVal4
)
public function Invoke (
    tVal0 : T0, 
    tVal1 : T1, 
    tVal2 : T2, 
    tVal3 : T3, 
    tVal4 : T4
) : TRet

Parameters

  • tVal0
  • tVal1
  • tVal2
  • tVal3
  • tVal4

Return Value

Returns Object.

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

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