Improve this Doc
View Source
Provides a server implementation for the standard I/O channel.
When started in a process, attaches to the console I/O streams
to communicate with the client that launched the process.
Inheritance
System.Object
StdioServerChannel
Namespace:Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Channel
Assembly:Microsoft.SqlTools.ServiceLayer.dll
public class StdioServerChannel : ChannelBase
Methods
|
Improve this Doc
View Source
Declaration
protected override void Initialize(IMessageSerializer messageSerializer)
Parameters
|
Improve this Doc
View Source
Declaration
protected override void Shutdown()
|
Improve this Doc
View Source
Declaration
public override Task WaitForConnection()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|