IDiscoverySession2 介面
使用中繼資料交換通訊協定傳回 Windows 通訊資格中繼資料中提供的介面。
命名空間: Microsoft.VisualStudio.WCFReference.Interop
組件: Microsoft.VisualStudio.WCFReference.Interop (在 Microsoft.VisualStudio.WCFReference.Interop.dll 中)
語法
'宣告
<GuidAttribute("182B5EB4-9A58-47B7-A3FE-AC7ED8B891FF")> _
<InterfaceTypeAttribute()> _
Public Interface IDiscoverySession2
[GuidAttribute("182B5EB4-9A58-47B7-A3FE-AC7ED8B891FF")]
[InterfaceTypeAttribute()]
public interface IDiscoverySession2
[GuidAttribute(L"182B5EB4-9A58-47B7-A3FE-AC7ED8B891FF")]
[InterfaceTypeAttribute()]
public interface class IDiscoverySession2
[<GuidAttribute("182B5EB4-9A58-47B7-A3FE-AC7ED8B891FF")>]
[<InterfaceTypeAttribute()>]
type IDiscoverySession2 = interface end
public interface IDiscoverySession2
IDiscoverySession2 類型會公開下列成員。
方法
名稱 | 描述 | |
---|---|---|
DiscoverUrlAsyncWithMetadataExchange | 傳回探索結果 (IDiscoveryResult) 以非同步方式之 Windows 通訊資格服務介面。 | |
DiscoverUrlWithMetadataExchange | 傳回探索結果 (IDiscoveryResult) 的 Windows 通訊資格服務的介面。 |
回頁首
備註
IDiscoverySession2介面擴充IDiscoverySession介面以支援較新的中繼資料交換通訊協定。 它包含兩個方法, DiscoverUrlAsyncWithMetadataExchange和DiscoverUrlWithMetadataExchange這就相當於DiscoverUrlAsync和DiscoverUrl的方法IDiscoverySession。