Aracılığıyla paylaş


ServiceSecurityAuditBehavior.IServiceBehavior.ApplyDispatchBehavior Yöntem

Tanım

Çalışma zamanı özellik değerlerini değiştirme veya hata işleyicileri, ileti veya parametre kesme makineleri, güvenlik uzantıları ve diğer özel uzantı nesneleri gibi özel uzantı nesneleri ekleme olanağı sağlar.

 virtual void System.ServiceModel.Description.IServiceBehavior.ApplyDispatchBehavior(System::ServiceModel::Description::ServiceDescription ^ description, System::ServiceModel::ServiceHostBase ^ serviceHostBase) = System::ServiceModel::Description::IServiceBehavior::ApplyDispatchBehavior;
void IServiceBehavior.ApplyDispatchBehavior (System.ServiceModel.Description.ServiceDescription description, System.ServiceModel.ServiceHostBase serviceHostBase);
abstract member System.ServiceModel.Description.IServiceBehavior.ApplyDispatchBehavior : System.ServiceModel.Description.ServiceDescription * System.ServiceModel.ServiceHostBase -> unit
override this.System.ServiceModel.Description.IServiceBehavior.ApplyDispatchBehavior : System.ServiceModel.Description.ServiceDescription * System.ServiceModel.ServiceHostBase -> unit
Sub ApplyDispatchBehavior (description As ServiceDescription, serviceHostBase As ServiceHostBase) Implements IServiceBehavior.ApplyDispatchBehavior

Parametreler

description
ServiceDescription

Hizmetin ServiceDescription .

serviceHostBase
ServiceHostBase

Hizmetin ana bilgisayarı.

Uygulamalar

Özel durumlar

description veya serviceHostBase şeklindedir null.

Açıklamalar

Bazı özel yürütme senaryolarını desteklemek üzere oluşturulan nesneyi incelemek veya değiştirmek ServiceHostBase için bu yöntemi kullanın.

Şunlara uygulanır