Udostępnij przez


LanguageServerOutputBuilder.AddNotification<T>(String, T) Method

Definition

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.

Applies to