Partager via


IVsWCFReferenceGroup.AsyncUpdate, méthode

Met à jour (WCF) une référence de 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 AsyncUpdate ( _
    pDiscoverySession As IDiscoverySession, _
    pCallback As IVsWCFCompletionCallback, _
    punknownCustomState As Object, _
    <OutAttribute> ByRef ppResult As IVsWCFAsyncResult _
)
void AsyncUpdate(
    IDiscoverySession pDiscoverySession,
    IVsWCFCompletionCallback pCallback,
    Object punknownCustomState,
    out IVsWCFAsyncResult ppResult
)
void AsyncUpdate(
    [InAttribute] IDiscoverySession^ pDiscoverySession, 
    [InAttribute] IVsWCFCompletionCallback^ pCallback, 
    [InAttribute] Object^ punknownCustomState, 
    [OutAttribute] IVsWCFAsyncResult^% ppResult
)
abstract AsyncUpdate : 
        pDiscoverySession:IDiscoverySession * 
        pCallback:IVsWCFCompletionCallback * 
        punknownCustomState:Object * 
        ppResult:IVsWCFAsyncResult byref -> unit
function AsyncUpdate(
    pDiscoverySession : IDiscoverySession, 
    pCallback : IVsWCFCompletionCallback, 
    punknownCustomState : Object, 
    ppResult : IVsWCFAsyncResult
)

Paramètres

  • pDiscoverySession
    Type : IDiscoverySession

    IDiscoverySession à utiliser. Peut être Null.

  • punknownCustomState
    Type : Object

    Un objet d'état personnalisé accessible de l'interface d'IVsWCFAsyncResult. Peut être Null.

Notes

Lorsque la propriété d'VSHPROPID_ServiceReferenceSupported du projet client est false ou la propriété n'est pas prise en charge, la méthode échoue.

Sécurité .NET Framework

Voir aussi

Référence

IVsWCFReferenceGroup Interface

Microsoft.VisualStudio.WCFReference.Interop, espace de noms