ServiceRegistration 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
Brokered 服務註冊資訊。
public ref class ServiceRegistration
[System.Diagnostics.DebuggerDisplay("{DebuggerDisplay}")]
public class ServiceRegistration
[<System.Diagnostics.DebuggerDisplay("{DebuggerDisplay}")>]
type ServiceRegistration = class
Public Class ServiceRegistration
- 繼承
-
ServiceRegistration
- 屬性
建構函式
ServiceRegistration(ServiceAudience, Object, Boolean) |
初始化 ServiceRegistration 類別的新執行個體。 |
屬性
AllowGuestClients |
取得值,指出此服務是否向非擁有者客戶端公開。 |
Audience |
取得此服務的預期物件。 |
DebuggerDisplay |
取得 中 DebuggerDisplayAttribute要使用的字串。 |
IsExposedLocally |
取得值,指出此服務是否公開給相對於本身的本機用戶端。 |
IsExposedRemotely |
取得值,指出此服務是否公開給相對於本身的遠端用戶端。 |
ProfferingPackageId |
取得要載入之封裝的標識碼,以便實際宣告此服務。 |
方法
LoadProfferingPackageAsync(CancellationToken) |
如果尚未授與服務,就會觸發此註冊所代表之服務的呼叫 Proffer(ServiceRpcDescriptor, BrokeredServiceFactory) 。 |
ToString() |
Brokered 服務註冊資訊。 |