LanguageServerOperationContext Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |