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