Share via


ClientActionInvokeStaticMethod Constructor

Initializes a new instance of the ClientActionInvokeStaticMethod class with the specified client type ID, invoked method name, and the parameter collection to the method. This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)

Syntax

'Declaration
Public Sub New ( _
    typeId As String, _
    methodName As String, _
    parameters As Object() _
)
'Usage
Dim typeId As String
Dim methodName As String
Dim parameters As Object()

Dim instance As New ClientActionInvokeStaticMethod(typeId, _
    methodName, parameters)
public ClientActionInvokeStaticMethod(
    string typeId,
    string methodName,
    Object[] parameters
)

Parameters

  • methodName
    Type: System.String

    The String object that represents the name of the invoked method.

  • parameters
    Type: []

    The [T:System.Object[])] object that represents the parameter collection to the invoked method.

See Also

Reference

ClientActionInvokeStaticMethod Class

ClientActionInvokeStaticMethod Members

Microsoft.SharePoint.Client Namespace