SQL Tools Service
Show / Hide Table of Contents
Improve this Doc View Source

Class RequestType<TParams, TResult>

Inheritance
System.Object
RequestType<TParams, TResult>
Namespace:Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Contracts
Assembly:Microsoft.SqlTools.ServiceLayer.dll
Syntax
public class RequestType<TParams, TResult>

Properties

| Improve this Doc View Source

MethodName

Declaration
public string MethodName { get; }
Type Description
System.String

Methods

| Improve this Doc View Source

Create(String)

Declaration
public static RequestType<TParams, TResult> Create(string typeName)
Parameters
Type Name Description
System.String typeName
Returns
Type Description
RequestType<TParams, TResult>
  • Improve this Doc
  • View Source

© Microsoft  //  Generated with DocFX