### YamlMime:ManagedReference items: - uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.DocumentStatusHelper commentId: T:Microsoft.SqlTools.ServiceLayer.LanguageServices.DocumentStatusHelper id: DocumentStatusHelper parent: Microsoft.SqlTools.ServiceLayer.LanguageServices children: - Microsoft.SqlTools.ServiceLayer.LanguageServices.DocumentStatusHelper.DefinitionRequestCompleted - Microsoft.SqlTools.ServiceLayer.LanguageServices.DocumentStatusHelper.DefinitionRequested - Microsoft.SqlTools.ServiceLayer.LanguageServices.DocumentStatusHelper.SendStatusChange``1(Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.RequestContext{``0},Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.TextDocumentPosition,System.String) - Microsoft.SqlTools.ServiceLayer.LanguageServices.DocumentStatusHelper.SendTelemetryEvent``1(Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.RequestContext{``0},System.String) langs: - csharp - vb name: DocumentStatusHelper nameWithType: DocumentStatusHelper fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.DocumentStatusHelper type: Class source: remote: path: src/Microsoft.SqlTools.ServiceLayer/LanguageServices/DocumentStatusHelper.cs branch: master repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git id: DocumentStatusHelper path: ../src/Microsoft.SqlTools.ServiceLayer/LanguageServices/DocumentStatusHelper.cs startLine: 16 assemblies: - Microsoft.SqlTools.ServiceLayer namespace: Microsoft.SqlTools.ServiceLayer.LanguageServices summary: "\nHelper class to send events to the client\n" example: [] syntax: content: public class DocumentStatusHelper content.vb: Public Class DocumentStatusHelper inheritance: - System.Object inheritedMembers: - 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 modifiers.csharp: - public - class modifiers.vb: - Public - Class - uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.DocumentStatusHelper.DefinitionRequested commentId: F:Microsoft.SqlTools.ServiceLayer.LanguageServices.DocumentStatusHelper.DefinitionRequested id: DefinitionRequested parent: Microsoft.SqlTools.ServiceLayer.LanguageServices.DocumentStatusHelper langs: - csharp - vb name: DefinitionRequested nameWithType: DocumentStatusHelper.DefinitionRequested fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.DocumentStatusHelper.DefinitionRequested type: Field source: remote: path: src/Microsoft.SqlTools.ServiceLayer/LanguageServices/DocumentStatusHelper.cs branch: master repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git id: DefinitionRequested path: ../src/Microsoft.SqlTools.ServiceLayer/LanguageServices/DocumentStatusHelper.cs startLine: 18 assemblies: - Microsoft.SqlTools.ServiceLayer namespace: Microsoft.SqlTools.ServiceLayer.LanguageServices syntax: content: public const string DefinitionRequested = "DefinitionRequested" content.vb: Public Const DefinitionRequested As String = "DefinitionRequested" return: type: System.String modifiers.csharp: - public - const modifiers.vb: - Public - Const - uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.DocumentStatusHelper.DefinitionRequestCompleted commentId: F:Microsoft.SqlTools.ServiceLayer.LanguageServices.DocumentStatusHelper.DefinitionRequestCompleted id: DefinitionRequestCompleted parent: Microsoft.SqlTools.ServiceLayer.LanguageServices.DocumentStatusHelper langs: - csharp - vb name: DefinitionRequestCompleted nameWithType: DocumentStatusHelper.DefinitionRequestCompleted fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.DocumentStatusHelper.DefinitionRequestCompleted type: Field source: remote: path: src/Microsoft.SqlTools.ServiceLayer/LanguageServices/DocumentStatusHelper.cs branch: master repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git id: DefinitionRequestCompleted path: ../src/Microsoft.SqlTools.ServiceLayer/LanguageServices/DocumentStatusHelper.cs startLine: 19 assemblies: - Microsoft.SqlTools.ServiceLayer namespace: Microsoft.SqlTools.ServiceLayer.LanguageServices syntax: content: public const string DefinitionRequestCompleted = "DefinitionRequestCompleted" content.vb: Public Const DefinitionRequestCompleted As String = "DefinitionRequestCompleted" return: type: System.String modifiers.csharp: - public - const modifiers.vb: - Public - Const - uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.DocumentStatusHelper.SendStatusChange``1(Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.RequestContext{``0},Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.TextDocumentPosition,System.String) commentId: M:Microsoft.SqlTools.ServiceLayer.LanguageServices.DocumentStatusHelper.SendStatusChange``1(Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.RequestContext{``0},Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.TextDocumentPosition,System.String) id: SendStatusChange``1(Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.RequestContext{``0},Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.TextDocumentPosition,System.String) parent: Microsoft.SqlTools.ServiceLayer.LanguageServices.DocumentStatusHelper langs: - csharp - vb name: SendStatusChange(RequestContext, TextDocumentPosition, String) nameWithType: DocumentStatusHelper.SendStatusChange(RequestContext, TextDocumentPosition, String) fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.DocumentStatusHelper.SendStatusChange(Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.RequestContext, Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.TextDocumentPosition, System.String) type: Method source: remote: path: src/Microsoft.SqlTools.ServiceLayer/LanguageServices/DocumentStatusHelper.cs branch: master repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git id: SendStatusChange path: ../src/Microsoft.SqlTools.ServiceLayer/LanguageServices/DocumentStatusHelper.cs startLine: 24 assemblies: - Microsoft.SqlTools.ServiceLayer namespace: Microsoft.SqlTools.ServiceLayer.LanguageServices summary: "\nSends an event for specific document using the existing request context\n" example: [] syntax: content: public static void SendStatusChange(RequestContext requestContext, TextDocumentPosition textDocumentPosition, string status) content.vb: Public Shared Sub SendStatusChange(Of T)(requestContext As RequestContext(Of T), textDocumentPosition As TextDocumentPosition, status As String) parameters: - id: requestContext type: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.RequestContext{{T}} - id: textDocumentPosition type: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.TextDocumentPosition - id: status type: System.String typeParameters: - id: T overload: Microsoft.SqlTools.ServiceLayer.LanguageServices.DocumentStatusHelper.SendStatusChange* nameWithType.vb: DocumentStatusHelper.SendStatusChange(Of T)(RequestContext(Of T), TextDocumentPosition, String) modifiers.csharp: - public - static modifiers.vb: - Public - Shared fullName.vb: Microsoft.SqlTools.ServiceLayer.LanguageServices.DocumentStatusHelper.SendStatusChange(Of T)(Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.RequestContext(Of T), Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.TextDocumentPosition, System.String) name.vb: SendStatusChange(Of T)(RequestContext(Of T), TextDocumentPosition, String) - uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.DocumentStatusHelper.SendTelemetryEvent``1(Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.RequestContext{``0},System.String) commentId: M:Microsoft.SqlTools.ServiceLayer.LanguageServices.DocumentStatusHelper.SendTelemetryEvent``1(Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.RequestContext{``0},System.String) id: SendTelemetryEvent``1(Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.RequestContext{``0},System.String) parent: Microsoft.SqlTools.ServiceLayer.LanguageServices.DocumentStatusHelper langs: - csharp - vb name: SendTelemetryEvent(RequestContext, String) nameWithType: DocumentStatusHelper.SendTelemetryEvent(RequestContext, String) fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.DocumentStatusHelper.SendTelemetryEvent(Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.RequestContext, System.String) type: Method source: remote: path: src/Microsoft.SqlTools.ServiceLayer/LanguageServices/DocumentStatusHelper.cs branch: master repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git id: SendTelemetryEvent path: ../src/Microsoft.SqlTools.ServiceLayer/LanguageServices/DocumentStatusHelper.cs startLine: 43 assemblies: - Microsoft.SqlTools.ServiceLayer namespace: Microsoft.SqlTools.ServiceLayer.LanguageServices summary: "\nSends a telemetry event for specific document using the existing request context\n" example: [] syntax: content: public static void SendTelemetryEvent(RequestContext requestContext, string telemetryEvent) content.vb: Public Shared Sub SendTelemetryEvent(Of T)(requestContext As RequestContext(Of T), telemetryEvent As String) parameters: - id: requestContext type: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.RequestContext{{T}} - id: telemetryEvent type: System.String typeParameters: - id: T overload: Microsoft.SqlTools.ServiceLayer.LanguageServices.DocumentStatusHelper.SendTelemetryEvent* nameWithType.vb: DocumentStatusHelper.SendTelemetryEvent(Of T)(RequestContext(Of T), String) modifiers.csharp: - public - static modifiers.vb: - Public - Shared fullName.vb: Microsoft.SqlTools.ServiceLayer.LanguageServices.DocumentStatusHelper.SendTelemetryEvent(Of T)(Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.RequestContext(Of T), System.String) name.vb: SendTelemetryEvent(Of T)(RequestContext(Of T), String) references: - uid: Microsoft.SqlTools.ServiceLayer.LanguageServices commentId: N:Microsoft.SqlTools.ServiceLayer.LanguageServices isExternal: false name: Microsoft.SqlTools.ServiceLayer.LanguageServices nameWithType: Microsoft.SqlTools.ServiceLayer.LanguageServices fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices - uid: System.Object commentId: T:System.Object parent: System isExternal: true name: Object nameWithType: Object fullName: System.Object - uid: System.Object.Equals(System.Object) commentId: M:System.Object.Equals(System.Object) parent: System.Object isExternal: true name: Equals(Object) nameWithType: Object.Equals(Object) fullName: System.Object.Equals(System.Object) spec.csharp: - uid: System.Object.Equals(System.Object) name: Equals nameWithType: Object.Equals fullName: System.Object.Equals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.Equals(System.Object) name: Equals nameWithType: Object.Equals fullName: System.Object.Equals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Object.Equals(System.Object,System.Object) commentId: M:System.Object.Equals(System.Object,System.Object) parent: System.Object isExternal: true name: Equals(Object, Object) nameWithType: Object.Equals(Object, Object) fullName: System.Object.Equals(System.Object, System.Object) spec.csharp: - uid: System.Object.Equals(System.Object,System.Object) name: Equals nameWithType: Object.Equals fullName: System.Object.Equals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.Equals(System.Object,System.Object) name: Equals nameWithType: Object.Equals fullName: System.Object.Equals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Object.GetHashCode commentId: M:System.Object.GetHashCode parent: System.Object isExternal: true name: GetHashCode() nameWithType: Object.GetHashCode() fullName: System.Object.GetHashCode() spec.csharp: - uid: System.Object.GetHashCode name: GetHashCode nameWithType: Object.GetHashCode fullName: System.Object.GetHashCode isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.GetHashCode name: GetHashCode nameWithType: Object.GetHashCode fullName: System.Object.GetHashCode isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Object.GetType commentId: M:System.Object.GetType parent: System.Object isExternal: true name: GetType() nameWithType: Object.GetType() fullName: System.Object.GetType() spec.csharp: - uid: System.Object.GetType name: GetType nameWithType: Object.GetType fullName: System.Object.GetType isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.GetType name: GetType nameWithType: Object.GetType fullName: System.Object.GetType isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Object.MemberwiseClone commentId: M:System.Object.MemberwiseClone parent: System.Object isExternal: true name: MemberwiseClone() nameWithType: Object.MemberwiseClone() fullName: System.Object.MemberwiseClone() spec.csharp: - uid: System.Object.MemberwiseClone name: MemberwiseClone nameWithType: Object.MemberwiseClone fullName: System.Object.MemberwiseClone isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.MemberwiseClone name: MemberwiseClone nameWithType: Object.MemberwiseClone fullName: System.Object.MemberwiseClone isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Object.ReferenceEquals(System.Object,System.Object) commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) parent: System.Object isExternal: true name: ReferenceEquals(Object, Object) nameWithType: Object.ReferenceEquals(Object, Object) fullName: System.Object.ReferenceEquals(System.Object, System.Object) spec.csharp: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals nameWithType: Object.ReferenceEquals fullName: System.Object.ReferenceEquals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals nameWithType: Object.ReferenceEquals fullName: System.Object.ReferenceEquals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object isExternal: true name: ToString() nameWithType: Object.ToString() fullName: System.Object.ToString() spec.csharp: - uid: System.Object.ToString name: ToString nameWithType: Object.ToString fullName: System.Object.ToString isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.ToString name: ToString nameWithType: Object.ToString fullName: System.Object.ToString isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System commentId: N:System isExternal: false name: System nameWithType: System fullName: System - uid: System.String commentId: T:System.String parent: System isExternal: true name: String nameWithType: String fullName: System.String - uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.DocumentStatusHelper.SendStatusChange* commentId: Overload:Microsoft.SqlTools.ServiceLayer.LanguageServices.DocumentStatusHelper.SendStatusChange isExternal: false name: SendStatusChange nameWithType: DocumentStatusHelper.SendStatusChange fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.DocumentStatusHelper.SendStatusChange nameWithType.vb: DocumentStatusHelper.SendStatusChange(Of T) fullname.vb: Microsoft.SqlTools.ServiceLayer.LanguageServices.DocumentStatusHelper.SendStatusChange(Of T) name.vb: SendStatusChange(Of T) - uid: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.RequestContext{{T}} commentId: T:Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.RequestContext{``0} parent: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol definition: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.RequestContext`1 name: RequestContext nameWithType: RequestContext fullName: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.RequestContext nameWithType.vb: RequestContext(Of T) fullname.vb: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.RequestContext(Of T) name.vb: RequestContext(Of T) spec.csharp: - uid: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.RequestContext`1 name: RequestContext nameWithType: RequestContext fullName: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.RequestContext - name: < nameWithType: < fullName: < - name: T nameWithType: T fullName: T - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.RequestContext`1 name: RequestContext nameWithType: RequestContext fullName: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.RequestContext - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - uid: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.TextDocumentPosition commentId: T:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.TextDocumentPosition parent: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts isExternal: false name: TextDocumentPosition nameWithType: TextDocumentPosition fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.TextDocumentPosition - uid: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.RequestContext`1 commentId: T:Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.RequestContext`1 isExternal: false name: RequestContext nameWithType: RequestContext fullName: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.RequestContext nameWithType.vb: RequestContext(Of TResult) fullname.vb: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.RequestContext(Of TResult) name.vb: RequestContext(Of TResult) spec.csharp: - uid: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.RequestContext`1 name: RequestContext nameWithType: RequestContext fullName: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.RequestContext - name: < nameWithType: < fullName: < - name: TResult nameWithType: TResult fullName: TResult - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.RequestContext`1 name: RequestContext nameWithType: RequestContext fullName: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.RequestContext - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: TResult nameWithType: TResult fullName: TResult - name: ) nameWithType: ) fullName: ) - uid: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol commentId: N:Microsoft.SqlTools.ServiceLayer.Hosting.Protocol isExternal: false name: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol nameWithType: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol fullName: Microsoft.SqlTools.ServiceLayer.Hosting.Protocol - uid: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts commentId: N:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts isExternal: false name: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts nameWithType: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts - uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.DocumentStatusHelper.SendTelemetryEvent* commentId: Overload:Microsoft.SqlTools.ServiceLayer.LanguageServices.DocumentStatusHelper.SendTelemetryEvent isExternal: false name: SendTelemetryEvent nameWithType: DocumentStatusHelper.SendTelemetryEvent fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.DocumentStatusHelper.SendTelemetryEvent nameWithType.vb: DocumentStatusHelper.SendTelemetryEvent(Of T) fullname.vb: Microsoft.SqlTools.ServiceLayer.LanguageServices.DocumentStatusHelper.SendTelemetryEvent(Of T) name.vb: SendTelemetryEvent(Of T)