Share via


AnnouncementEndpointElement.OnInitializeAndValidate メソッド

定義

派生クラスで呼び出されるかオーバーライドされると、指定されたエンドポイント要素を初期化し検証します。

オーバーロード

OnInitializeAndValidate(ChannelEndpointElement)

派生クラスで呼び出されるかオーバーライドされると、指定された ChannelEndpointElement のインスタンスを初期化し検証します。

OnInitializeAndValidate(ServiceEndpointElement)

派生クラスで呼び出されるかオーバーライドされると、指定された ServiceEndpointElement のインスタンスを初期化し検証します。

OnInitializeAndValidate(ChannelEndpointElement)

派生クラスで呼び出されるかオーバーライドされると、指定された 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)

派生クラスで呼び出されるかオーバーライドされると、指定された 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

初期化と検証の対象となるサービス エンドポイント要素。

適用対象