Partager via


IVsWCFReferenceGroupOptions.SetGenerateAsynchronousMethods, méthode

Définit une valeur qui détermine si des méthodes asynchrones sont prises en charge pour (WCF) une référence de service Windows Communication Foundation.

Espace de noms :  Microsoft.VisualStudio.WCFReference.Interop
Assembly :  Microsoft.VisualStudio.WCFReference.Interop (dans Microsoft.VisualStudio.WCFReference.Interop.dll)

Syntaxe

'Déclaration
Sub SetGenerateAsynchronousMethods ( _
    bGenerateAsynchronousMethods As Integer _
)
void SetGenerateAsynchronousMethods(
    int bGenerateAsynchronousMethods
)
void SetGenerateAsynchronousMethods(
    [InAttribute] int bGenerateAsynchronousMethods
)
abstract SetGenerateAsynchronousMethods : 
        bGenerateAsynchronousMethods:int -> unit
function SetGenerateAsynchronousMethods(
    bGenerateAsynchronousMethods : int
)

Paramètres

  • bGenerateAsynchronousMethods
    Type : Int32

    Tout Integer non nul pour prendre en charge des méthodes asynchrones ; sinon 0.

Notes

L'ensemble de valeur par SetGenerateAsynchronousMethods détermine si l'option de Générer des opérations asynchrones est archivée la boîte de dialogue de Configurer la référence de service.

Sécurité .NET Framework

Voir aussi

Référence

IVsWCFReferenceGroupOptions Interface

Microsoft.VisualStudio.WCFReference.Interop, espace de noms