Freigeben über


LanguageServerOperationContext Class

Definition

A context for a language server operation with information that might be needed when handling the operation. It also has helper methods to simplify the operation handling. Lifetime of this context is per request.

public class LanguageServerOperationContext
type LanguageServerOperationContext = class
Public Class LanguageServerOperationContext
Inheritance
LanguageServerOperationContext

Constructors

LanguageServerOperationContext(IPowerFxScopeFactory)

Properties

LspMethod

Language Server Method Identifier for which this context is created.

RawOperationInput

Raw input of the operation. Usually this is passed from the client.

RequestId

ID of the request. This won't be relevant for notification handlers.

Applies to