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, T5, T6, T7, TRet)
Dim tVal0 As T0
Dim tVal1 As T1
Dim tVal2 As T2
Dim tVal3 As T3
Dim tVal4 As T4
Dim tVal5 As T5
Dim tVal6 As T6
Dim tVal7 As T7
Dim returnValue As TRet

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

Syntax

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

Parameters

  • tVal0
  • tVal1
  • tVal2
  • tVal3
  • tVal4
  • tVal5
  • tVal6
  • tVal7

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