WorkflowControlEndpointElement.OnApplyConfiguration メソッド

定義

派生クラスによって呼び出されるかオーバーライドされると、指定した ServiceEndpoint をワークフロー コントロール エンドポイントに変換します。

オーバーロード

名前 説明
OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)

派生クラスによって呼び出されるかオーバーライドされると、指定した ServiceEndpoint をワークフロー コントロール エンドポイントに変換します。

OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)

派生クラスによって呼び出されるかオーバーライドされると、指定した ServiceEndpoint をワークフロー コントロール エンドポイントに変換します。

OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)

派生クラスによって呼び出されるかオーバーライドされると、指定した ServiceEndpoint をワークフロー コントロール エンドポイントに変換します。

protected:
 override void OnApplyConfiguration(System::ServiceModel::Description::ServiceEndpoint ^ endpoint, System::ServiceModel::Configuration::ChannelEndpointElement ^ channelEndpointElement);
protected override void OnApplyConfiguration(System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Configuration.ChannelEndpointElement channelEndpointElement);
override this.OnApplyConfiguration : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Configuration.ChannelEndpointElement -> unit
Protected Overrides Sub OnApplyConfiguration (endpoint As ServiceEndpoint, channelEndpointElement As ChannelEndpointElement)

パラメーター

endpoint
ServiceEndpoint

制御構成設定が適用されるサービス エンドポイント。

channelEndpointElement
ChannelEndpointElement

実装されていません。

適用対象

OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)

派生クラスによって呼び出されるかオーバーライドされると、指定した ServiceEndpoint をワークフロー コントロール エンドポイントに変換します。

protected:
 override void OnApplyConfiguration(System::ServiceModel::Description::ServiceEndpoint ^ endpoint, System::ServiceModel::Configuration::ServiceEndpointElement ^ serviceEndpointElement);
protected override void OnApplyConfiguration(System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Configuration.ServiceEndpointElement serviceEndpointElement);
override this.OnApplyConfiguration : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Configuration.ServiceEndpointElement -> unit
Protected Overrides Sub OnApplyConfiguration (endpoint As ServiceEndpoint, serviceEndpointElement As ServiceEndpointElement)

パラメーター

endpoint
ServiceEndpoint

制御構成設定が適用されるサービス エンドポイント。

serviceEndpointElement
ServiceEndpointElement

実装されていません。

適用対象