Click or drag to resize
LanguageServerSendRequestAsync Method (String)
Sends a request message to the client and awaits a response.

Namespace: VSCode
Assembly: VSCode (in VSCode.dll) Version: 1.0.0
Syntax
C#
public Task<ResponseMessage> SendRequestAsync(
	string method
)

Parameters

method
Type: SystemString
The method to invoke on the client.

Return Value

Type: TaskResponseMessage

[Missing <returns> documentation for "M:VSCode.LanguageServer.SendRequestAsync(System.String)"]

See Also