共用方式為


WorkflowControlEndpointElement.OnInitializeAndValidate 方法

定義

由衍生類別呼叫或覆寫時,會初始化並驗證指定的端點項目。

多載

OnInitializeAndValidate(ChannelEndpointElement)

由衍生類別呼叫或覆寫時,會初始化及驗證指定的通道端點項目。

OnInitializeAndValidate(ServiceEndpointElement)

由衍生類別呼叫或覆寫時,會初始化及驗證指定的服務端點項目。

OnInitializeAndValidate(ChannelEndpointElement)

由衍生類別呼叫或覆寫時,會初始化及驗證指定的通道端點項目。

protected:
 override void OnInitializeAndValidate(System::ServiceModel::Configuration::ChannelEndpointElement ^ channelEndpointElement);
protected override void OnInitializeAndValidate (System.ServiceModel.Configuration.ChannelEndpointElement channelEndpointElement);
override this.OnInitializeAndValidate : System.ServiceModel.Configuration.ChannelEndpointElement -> unit
Protected Overrides Sub OnInitializeAndValidate (channelEndpointElement As ChannelEndpointElement)

參數

channelEndpointElement
ChannelEndpointElement

要初始化及驗證的通道端點項目。

適用於

OnInitializeAndValidate(ServiceEndpointElement)

由衍生類別呼叫或覆寫時,會初始化及驗證指定的服務端點項目。

protected:
 override void OnInitializeAndValidate(System::ServiceModel::Configuration::ServiceEndpointElement ^ serviceEndpointElement);
protected override void OnInitializeAndValidate (System.ServiceModel.Configuration.ServiceEndpointElement serviceEndpointElement);
override this.OnInitializeAndValidate : System.ServiceModel.Configuration.ServiceEndpointElement -> unit
Protected Overrides Sub OnInitializeAndValidate (serviceEndpointElement As ServiceEndpointElement)

參數

serviceEndpointElement
ServiceEndpointElement

要初始化及驗證的服務端點項目。

適用於