ILanguageClientCustomMessage2.AttachForCustomMessageAsync(JsonRpc) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This method is called after the language server has been activated, but connection has not been established.
public:
System::Threading::Tasks::Task ^ AttachForCustomMessageAsync(StreamJsonRpc::JsonRpc ^ rpc);
public System.Threading.Tasks.Task AttachForCustomMessageAsync (StreamJsonRpc.JsonRpc rpc);
abstract member AttachForCustomMessageAsync : StreamJsonRpc.JsonRpc -> System.Threading.Tasks.Task
Public Function AttachForCustomMessageAsync (rpc As JsonRpc) As Task
Parameters
Returns
A task that completes when the language client is ready to send custom messages to the language server.