LanguageServerOutputBuilder.AddNotification<T>(String, T) 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.
Add a notification.
public void AddNotification<T>(string method, T notificationParams);
member this.AddNotification : string * 'T -> unit
Public Sub AddNotification(Of T) (method As String, notificationParams As T)
Type Parameters
- T
Type of the notification params.
Parameters
- method
- String
Method of the notification.
- notificationParams
- T
Notification Params.