共用方式為


GlobalBrokeredServiceContainer.ApplyDescriptorSettings 方法

定義

在代理服務客戶端和服務的描述項上套用一般轉換。

protected virtual Microsoft.ServiceHub.Framework.ServiceRpcDescriptor ApplyDescriptorSettings (Microsoft.ServiceHub.Framework.ServiceRpcDescriptor descriptor, bool clientRole);
abstract member ApplyDescriptorSettings : Microsoft.ServiceHub.Framework.ServiceRpcDescriptor * bool -> Microsoft.ServiceHub.Framework.ServiceRpcDescriptor
override this.ApplyDescriptorSettings : Microsoft.ServiceHub.Framework.ServiceRpcDescriptor * bool -> Microsoft.ServiceHub.Framework.ServiceRpcDescriptor
Protected Overridable Function ApplyDescriptorSettings (descriptor As ServiceRpcDescriptor, clientRole As Boolean) As ServiceRpcDescriptor

參數

descriptor
ServiceRpcDescriptor

用於此服務的股票描述元。

clientRole
Boolean

值,指出是否 descriptor 即將用來啟動用戶端 Proxy 或用戶端連線;在啟動服務本身時使用 false

傳回

修改過的描述元。

適用於