共用方式為


ServiceRegistration 類別

定義

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 服務註冊資訊。

適用於