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 : StringSpécifie l'URL pour la session de découverte.
protocolPriority
Type : Microsoft.VisualStudio.WCFReference.Interop.DiscoverySessionProtocolPriorityUne énumération d'DiscoverySessionProtocolPriority spécifiant le protocole par défaut.
resolveAllFiles
Type : Int320 pour ignorer les fichiers qui ne peuvent pas être résolus ; sinon 1.
toolConfigurationPath
Type : StringSpécifie l'emplacement du fichier de configuration.
pDiscoverUrlCallBack
Type : IDiscoverUrlCallBackPointeur à 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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.