IPartialResultParams<T> Interface

Definition

Interface to describe parameters for requests that support streaming results.

See the Language Server Protocol specification for additional information.

generic <typename T>
public interface class IPartialResultParams
public interface IPartialResultParams<T>
type IPartialResultParams<'T> = interface
Public Interface IPartialResultParams(Of T)

Type Parameters

T

The type to be reported by PartialResultToken.

Derived

Properties

PartialResultToken

Gets or sets the value of the PartialResultToken instance.

Applies to