Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SearchInWorkspaceServer

Hierarchy

Index

Methods

cancel

  • cancel(searchId: number): Promise<void>

dispose

  • dispose(): void

Optional getClient

  • Returns undefined | SearchInWorkspaceClient

search

setClient

  • If this server is a proxy to a remote server then a client is used as a local object to handle JSON-RPC messages from the remote server.

    Parameters

    Returns void