LanguageServer.OnDataReceived(String) 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.
Caution
Use OnDataReceivedAsync Overloads
Received request/notification payload from client. Note: Do not use this overload. Move to using OnDataReceivedAsync overloads. Note: This only exists for backward compatibility and runs synchronously which could affect performance.
[System.Obsolete("Use OnDataReceivedAsync Overloads", false)]
public void OnDataReceived(string jsonRpcPayload);
[<System.Obsolete("Use OnDataReceivedAsync Overloads", false)>]
member this.OnDataReceived : string -> unit
Public Sub OnDataReceived (jsonRpcPayload As String)
Parameters
- jsonRpcPayload
- String
- Attributes