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, T1, T2)
Dim tVal0 As T0
Dim tVal1 As T1
Dim tVal2 As T2
instance.Invoke(tVal0, tVal1, tVal2)
Syntax
'Declaration
Public Sub Invoke ( _
tVal0 As T0, _
tVal1 As T1, _
tVal2 As T2 _
)
public void Invoke (
T0 tVal0,
T1 tVal1,
T2 tVal2
)
public:
void Invoke (
T0 tVal0,
T1 tVal1,
T2 tVal2
)
public void Invoke (
T0 tVal0,
T1 tVal1,
T2 tVal2
)
public function Invoke (
tVal0 : T0,
tVal1 : T1,
tVal2 : T2
)
Parameters
- tVal0
- tVal1
- tVal2
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