TransactedBatchingBehavior.IEndpointBehavior.Validate(ServiceEndpoint) Yöntem

Tanım

İşlem yapılan toplu işlemenin yalnızca işlem yapılan alma işlemini destekleyen bağlamalar için geçerli olmasını sağlar. Bu yöntem devralınamaz.

 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

Parametreler

serviceEndpoint
ServiceEndpoint

Toplu işlem davranışının doğrulandığı bir hizmet uç noktası.

Uygulamalar

Açıklamalar

Bu yöntem WCF tarafından çağrılır ve toplu işlemenin yalnızca işlenen alma işlemlerini destekleyen bağlamalar için kullanılabilir olmasını sağlar.

Şunlara uygulanır