Class ServiceHostBase
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace:Microsoft.SqlTools.ServiceLayer.Hosting
Assembly:Microsoft.SqlTools.ServiceLayer.dll
Syntax
public abstract class ServiceHostBase : ProtocolEndpoint, IProtocolEndpoint, IMessageSender
Constructors
| Improve this Doc View SourceServiceHostBase(ChannelBase)
Declaration
protected ServiceHostBase(ChannelBase serverChannel)
Parameters
| Type | Name | Description |
|---|---|---|
| ChannelBase | serverChannel |
Methods
| Improve this Doc View SourceOnStart()
Declaration
protected override Task OnStart()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |