共用方式為


NetOnewayRelayBinding.ApplyConfiguration(String) Method

Definition

Applies the settings from the configuration element that corresponds to the specified name to the current instance of this binding element.

protected virtual void ApplyConfiguration (string configurationName);
abstract member ApplyConfiguration : string -> unit
override this.ApplyConfiguration : string -> unit
Protected Overridable Sub ApplyConfiguration (configurationName As String)

Parameters

configurationName
String

The name of the configuration element to take the settings from.

Applies to