TransactedBatchingBehavior.IEndpointBehavior.ApplyClientBehavior 메서드

정의

지정된 서비스 엔드포인트에 트랜잭션 일괄 처리 동작 설정을 적용합니다. 이 메서드는 상속될 수 없습니다.

 virtual void System.ServiceModel.Description.IEndpointBehavior.ApplyClientBehavior(System::ServiceModel::Description::ServiceEndpoint ^ serviceEndpoint, System::ServiceModel::Dispatcher::ClientRuntime ^ behavior) = System::ServiceModel::Description::IEndpointBehavior::ApplyClientBehavior;
void IEndpointBehavior.ApplyClientBehavior (System.ServiceModel.Description.ServiceEndpoint serviceEndpoint, System.ServiceModel.Dispatcher.ClientRuntime behavior);
abstract member System.ServiceModel.Description.IEndpointBehavior.ApplyClientBehavior : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Dispatcher.ClientRuntime -> unit
override this.System.ServiceModel.Description.IEndpointBehavior.ApplyClientBehavior : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Dispatcher.ClientRuntime -> unit
Sub ApplyClientBehavior (serviceEndpoint As ServiceEndpoint, behavior As ClientRuntime) Implements IEndpointBehavior.ApplyClientBehavior

매개 변수

serviceEndpoint
ServiceEndpoint

동작 설정이 적용되는 서비스 엔드포인트입니다.

behavior
ClientRuntime

트랜잭션 일괄 처리 동작을 포함합니다.

구현

적용 대상