UdpAnnouncementEndpointElement.OnApplyConfiguration Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
При вызове или переопределении в производном классе преобразует указанный экземпляр объекта ServiceEndpoint в конечную точку объявления UDP.
Перегрузки
OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement) |
При вызове или переопределении в производном классе преобразует указанный экземпляр объекта ServiceEndpoint в конечную точку объявления UDP. |
OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement) |
При вызове или переопределении в производном классе преобразует указанный экземпляр объекта ServiceEndpoint в конечную точку объявления UDP. |
OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)
При вызове или переопределении в производном классе преобразует указанный экземпляр объекта ServiceEndpoint в конечную точку объявления UDP.
protected:
override void OnApplyConfiguration(System::ServiceModel::Description::ServiceEndpoint ^ endpoint, System::ServiceModel::Configuration::ChannelEndpointElement ^ serviceEndpointElement);
protected override void OnApplyConfiguration (System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Configuration.ChannelEndpointElement serviceEndpointElement);
override this.OnApplyConfiguration : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Configuration.ChannelEndpointElement -> unit
Protected Overrides Sub OnApplyConfiguration (endpoint As ServiceEndpoint, serviceEndpointElement As ChannelEndpointElement)
Параметры
- endpoint
- ServiceEndpoint
Конечная точка службы, к которой применяются параметры конфигурации объявления UDP.
- serviceEndpointElement
- ChannelEndpointElement
Не реализован.
Применяется к
OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)
При вызове или переопределении в производном классе преобразует указанный экземпляр объекта ServiceEndpoint в конечную точку объявления UDP.
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
Конечная точка службы, к которой применяются параметры конфигурации объявления UDP.
- serviceEndpointElement
- ServiceEndpointElement
Не реализован.