IDiscoverUrlCallBack::NotifyDiscoverComplete Method (Int32, IDiscoveryResult^)
Visual Studio 2015
Establish the interface to use when a Web service discovery finishes.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- cookie
-
Type:
System::Int32
[in] Cookie to use to uniquely identify the callback in any later operations.
- pIDiscoveryResult
-
Type:
Microsoft.VisualStudio.Shell.Interop::IDiscoveryResult^
[in] An IDiscoveryResult interface.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From designer.idl:
HRESULT IDiscoverUrlCallBack::NotifyDiscoverComplete( [in] int cookie, [in] IDiscoveryResult *pIDiscoveryResult );
Show: