ObjectPathMethod Constructor
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 ( _
context As ClientRuntimeContext, _
parent As ObjectPath, _
methodName As String, _
parameters As Object() _
)
'Usage
Dim context As ClientRuntimeContext
Dim parent As ObjectPath
Dim methodName As String
Dim parameters As Object()
Dim instance As New ObjectPathMethod(context, _
parent, methodName, parameters)
public ObjectPathMethod(
ClientRuntimeContext context,
ObjectPath parent,
string methodName,
Object[] parameters
)
Parameters
- context
Type: Microsoft.SharePoint.Client.ClientRuntimeContext
- parent
Type: Microsoft.SharePoint.Client.ObjectPath
- methodName
Type: System.String
- parameters
Type: []