IPartialResultParams<T> Interface
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.
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. |