Click or drag to resize
LanguageServerSendResponseAsync Method (Int32, Object)
Sends a response to the client using the provided ID and result.

Namespace: VSCode
Assembly: VSCode (in VSCode.dll) Version: 1.0.0
Syntax
C#
public 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