다음을 통해 공유


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

Definition

Add a success response with the result.

public void AddSuccessResponse<T>(string id, T result);
member this.AddSuccessResponse : string * 'T -> unit
Public Sub AddSuccessResponse(Of T) (id As String, result As T)

Type Parameters

T

Type of the result.

Parameters

id
String

Id of the request.

result
T

Result.

Applies to