IDiscoverUrlCallBack::NotifyDiscoverComplete Method (Int32, IDiscoveryResult^)

 

Establish the interface to use when a Web service discovery finishes.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int NotifyDiscoverComplete(
	int cookie,
	IDiscoveryResult^ pIDiscoveryResult
)

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::Int32

If 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
);
Return to top
Show: