Improve this Doc
View Source
Inheritance
System.Object
RequestType<TParams, TResult>
Namespace:Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Contracts
Assembly:Microsoft.SqlTools.ServiceLayer.dll
public class RequestType<TParams, TResult>
Properties
|
Improve this Doc
View Source
Declaration
public string MethodName { get; }
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
Declaration
public static RequestType<TParams, TResult> Create(string typeName)
Parameters
Type |
Name |
Description |
System.String |
typeName |
|
Returns