AnnouncementClient 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
服務用於傳送探索公告訊息。 用戶端可以使用探索機制,具體而言就是對應的 AnnouncementService 類別接聽和處理公告訊息。 公告訊息包含有關服務的資訊,例如完整合約名稱、服務執行的任何範圍,以及服務要傳送的任何自訂中繼資料。
public ref class AnnouncementClient sealed : IDisposable, System::ServiceModel::ICommunicationObject
public sealed class AnnouncementClient : IDisposable, System.ServiceModel.ICommunicationObject
type AnnouncementClient = class
interface ICommunicationObject
interface IDisposable
Public NotInheritable Class AnnouncementClient
Implements ICommunicationObject, IDisposable
- 繼承
-
AnnouncementClient
- 實作
備註
如果服務加入 ServiceDiscoveryBehavior 行為並指定 AnnouncementEndpoint,則服務會在連線或離線時,自動傳送公告訊息。 您可以在想要自行明確傳送公告訊息時使用此類別。
建構函式
AnnouncementClient() |
建立 AnnouncementClient 類別的新執行個體。 |
AnnouncementClient(AnnouncementEndpoint) |
使用指定的 AnnouncementClient 初始化 AnnouncementEndpoint 類別的新執行個體。 |
AnnouncementClient(String) |
使用指定的端點組態,初始化 AnnouncementClient 類別的新執行個體。 |
屬性
ChannelFactory |
取得與 AnnouncementClient 相關聯的通道處理站。 |
ClientCredentials |
取得與 AnnouncementClient 相關聯的用戶端認證。 |
Endpoint |
取得與 ServiceEndpoint 相關聯的 AnnouncementClient。 |
InnerChannel |
取得與 AnnouncementClient 相關聯的內部通道。 |
MessageSequenceGenerator |
取得或設定與 AnnouncementClient 相關聯的訊息序列產生器。 |
方法
事件
AnnounceOfflineCompleted |
在非同步離線公告 (Bye) 完成時發生。 |
AnnounceOnlineCompleted |
在非同步線上公告 (Hello) 完成時發生。 |