SCCM Manager 3.0
InvokeFunction Methode


ActionPanel.PluginBase Namespace > IActionPlugin Schnittstelle : InvokeFunction Methode
Syntax
'Deklaration
 
Function InvokeFunction( _
   ByVal function As System.String, _
   ByVal parameters() As System.String _
) As System.Boolean
'Usage
 
Dim instance As IActionPlugin
Dim function As System.String
Dim parameters() As System.String
Dim value As System.Boolean
 
value = instance.InvokeFunction(function, parameters)
System.bool InvokeFunction( 
   System.string function,
   System.string[] parameters
)

Parameter

function
parameters
Anforderungen

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

Siehe auch

Referenz

IActionPlugin Schnittstelle
IActionPlugin Member