共用方式為


IRemoteServiceBroker 介面

定義

描述可遠端服務代理程式。

public interface class IRemoteServiceBroker
public interface IRemoteServiceBroker
type IRemoteServiceBroker = interface
Public Interface IRemoteServiceBroker
衍生

方法

CancelServiceRequestAsync(Guid)

釋放在客戶端無法或未完成與所要求服務連線時,於先前呼叫 RequestServiceChannelAsync(ServiceMoniker, ServiceActivationOptions, CancellationToken) 時所配置的資源。

HandshakeAsync(ServiceBrokerClientMetadata, CancellationToken)

將客戶端介紹至伺服器,以詳細說明用戶端的功能。

RequestServiceChannelAsync(ServiceMoniker, ServiceActivationOptions, CancellationToken)

取得服務的管道。

事件

AvailabilityChanged

發生於先前在上 AvailabilityChanged 一個事件之後查詢的服務可能已變更可用性時。

適用於