SearchExecutor constructor (ClientRuntimeContext, ObjectPath)
Initializes a new instance of the SearchExecutor class using the given client runtime context and object path.
Namespace: Microsoft.SharePoint.Client.Search.Query
Assembly: Microsoft.SharePoint.Client.Search (in Microsoft.SharePoint.Client.Search.dll)
Syntax
'Declaration
Public Sub New ( _
context As ClientRuntimeContext, _
objectPath As ObjectPath _
)
'Usage
Dim context As ClientRuntimeContext
Dim objectPath As ObjectPath
Dim instance As New SearchExecutor(context, _
objectPath)
public SearchExecutor(
ClientRuntimeContext context,
ObjectPath objectPath
)
Parameters
context
Type: Microsoft.SharePoint.Client.ClientRuntimeContextRepresents the client runtime context for server objects and operations.
objectPath
Type: Microsoft.SharePoint.Client.ObjectPathTracks how a client object is created in the ClientRuntimeContext class, so that the object can be recreated on the server.