Compartilhar via


Propriedade ParseRequest.IsSynchronous

Obtém ou define se a solicitação é síncrona ou não.

Namespace:  Microsoft.VisualStudio.Package
Assemblies:   Microsoft.VisualStudio.Package.LanguageService (em Microsoft.VisualStudio.Package.LanguageService.dll)
  Microsoft.VisualStudio.Package.LanguageService.11.0 (em Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.9.0 (em Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.10.0 (em Microsoft.VisualStudio.Package.LanguageService.10.0.dll)

Sintaxe

'Declaração
Public Property IsSynchronous As Boolean
public bool IsSynchronous { get; set; }

Valor de propriedade

Tipo: System.Boolean
true Se a solicitação for síncrona; falseSe for assíncrona.

Segurança do .NET Framework

Consulte também

Referência

ParseRequest Classe

Namespace Microsoft.VisualStudio.Package