IDiscoverUrlCallBack 接口

定义

指定在 Web 服务发现完成时要使用的接口。 通常用于在异步搜索后通知 shell。

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(1)>]
type IDiscoverUrlCallBack = interface
Public Interface IDiscoverUrlCallBack
属性

注解

有关 Web 服务发现的详细信息,请参阅 XML Web Services discovery

方法

NotifyDiscoverComplete(Int32, IDiscoveryResult)

建立 Web 服务发现完成时要使用的接口。

适用于