DispatcherSynchronizationBehavior.IEndpointBehavior.Validate 方法

定義

驗證端點是否符合啟用非同步傳送行為所需的準則。

 virtual void System.ServiceModel.Description.IEndpointBehavior.Validate(System::ServiceModel::Description::ServiceEndpoint ^ serviceEndpoint) = System::ServiceModel::Description::IEndpointBehavior::Validate;
void IEndpointBehavior.Validate (System.ServiceModel.Description.ServiceEndpoint serviceEndpoint);
abstract member System.ServiceModel.Description.IEndpointBehavior.Validate : System.ServiceModel.Description.ServiceEndpoint -> unit
override this.System.ServiceModel.Description.IEndpointBehavior.Validate : System.ServiceModel.Description.ServiceEndpoint -> unit
Sub Validate (serviceEndpoint As ServiceEndpoint) Implements IEndpointBehavior.Validate

參數

serviceEndpoint
ServiceEndpoint

要驗證的端點。

實作

適用於