Partager via


IDiscoverySession2.DiscoverUrlAsyncWithMetadataExchange, méthode

Retourne l'interface de résultat de découverte (IDiscoveryResult) pour (WCF) un service Windows Communication Foundation de façon asynchrone.

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

Syntaxe

'Déclaration
Sub DiscoverUrlAsyncWithMetadataExchange ( _
    url As String, _
    protocolPriority As DiscoverySessionProtocolPriority, _
    resolveAllFiles As Integer, _
    toolConfigurationPath As String, _
    pDiscoverUrlCallBack As IDiscoverUrlCallBack, _
    <OutAttribute> ByRef pCookieID As Integer _
)
void DiscoverUrlAsyncWithMetadataExchange(
    string url,
    DiscoverySessionProtocolPriority protocolPriority,
    int resolveAllFiles,
    string toolConfigurationPath,
    IDiscoverUrlCallBack pDiscoverUrlCallBack,
    out int pCookieID
)
void DiscoverUrlAsyncWithMetadataExchange(
    String^ url, 
    DiscoverySessionProtocolPriority protocolPriority, 
    int resolveAllFiles, 
    String^ toolConfigurationPath, 
    IDiscoverUrlCallBack^ pDiscoverUrlCallBack, 
    [OutAttribute] int% pCookieID
)
abstract DiscoverUrlAsyncWithMetadataExchange : 
        url:string * 
        protocolPriority:DiscoverySessionProtocolPriority * 
        resolveAllFiles:int * 
        toolConfigurationPath:string * 
        pDiscoverUrlCallBack:IDiscoverUrlCallBack * 
        pCookieID:int byref -> unit
function DiscoverUrlAsyncWithMetadataExchange(
    url : String, 
    protocolPriority : DiscoverySessionProtocolPriority, 
    resolveAllFiles : int, 
    toolConfigurationPath : String, 
    pDiscoverUrlCallBack : IDiscoverUrlCallBack, 
    pCookieID : int
)

Paramètres

  • url
    Type : String

    Spécifie l'URL pour la session de découverte.

  • resolveAllFiles
    Type : Int32

    0 pour ignorer les fichiers qui ne peuvent pas être résolus ; sinon 1.

  • toolConfigurationPath
    Type : String

    Spécifie l'emplacement du fichier de configuration.

  • pDiscoverUrlCallBack
    Type : IDiscoverUrlCallBack

    Pointeur à l'interface d'IDiscoverUrlCallBack. Cette interface retourne S_OK lorsque la découverte est complétée.

  • pCookieID
    Type : Int32%

    Spécifie un cookie qui identifie le résultat de découverte.

Notes

Pour annuler l'opération, appelez la méthode d'CancelDiscoverUrl d'interface d'IDiscoverySession.

Sécurité .NET Framework

Voir aussi

Référence

IDiscoverySession2 Interface

Microsoft.VisualStudio.WCFReference.Interop, espace de noms