| LanguageServerSendRequestAsync Method (String, Object) | 
            Sends a request message to the client and awaits a response.
            
 
Namespace: VSCodeAssembly: VSCode (in VSCode.dll) Version: 1.0.0
Syntaxpublic Task<ResponseMessage> SendRequestAsync(
	string method,
	Object parameters
)
Parameters
- method
 - Type: SystemString
The method to invoke on the client. - parameters
 - Type: SystemObject
The method paramters (if applicable) or null. 
Return Value
Type: 
TaskResponseMessage[Missing <returns> documentation for "M:VSCode.LanguageServer.SendRequestAsync(System.String,System.Object)"]
See Also