IDiscoverUrlCallBack Interface

Definition

Specifies the interface to use when a Web service discovery finishes. Typically used to notify the shell after an asynchronous search.

public interface class IDiscoverUrlCallBack
public interface class IDiscoverUrlCallBack
__interface IDiscoverUrlCallBack
[System.Runtime.InteropServices.Guid("0EEA651C-B208-4EDE-96CE-5194F4DC4E4A")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IDiscoverUrlCallBack
[System.Runtime.InteropServices.Guid("0EEA651C-B208-4EDE-96CE-5194F4DC4E4A")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IDiscoverUrlCallBack
[<System.Runtime.InteropServices.Guid("0EEA651C-B208-4EDE-96CE-5194F4DC4E4A")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IDiscoverUrlCallBack = interface
[<System.Runtime.InteropServices.Guid("0EEA651C-B208-4EDE-96CE-5194F4DC4E4A")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IDiscoverUrlCallBack = interface
Public Interface IDiscoverUrlCallBack
Attributes

Remarks

For more information about Web service discovery, see XML Web Service Discovery.

Methods

NotifyDiscoverComplete(Int32, IDiscoveryResult)

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

Applies to