LanguageServerSendResponseAsync Method (Int32, Object, Object) |
Sends a response to the client using the provided ID, result, and error.
Namespace: VSCodeAssembly: VSCode (in VSCode.dll) Version: 1.0.0
Syntaxpublic Task SendResponseAsync(
int id,
Object result,
Object error
)
Parameters
- id
- Type: SystemInt32
The ID that corresponds to the request the server is responding to. - result
- Type: SystemObject
The result object. - error
- Type: SystemObject
An object representing an error or null if no error is applicable.
Return Value
Type:
Task[Missing <returns> documentation for "M:VSCode.LanguageServer.SendResponseAsync(System.Int32,System.Object,System.Object)"]
See Also