StandardBindingReliableSessionElement.ApplyConfiguration Method

Definition

Applies the content of a specified binding element to this configuration section.

public:
 void ApplyConfiguration(System::ServiceModel::ReliableSession ^ reliableSession);
public void ApplyConfiguration (System.ServiceModel.ReliableSession reliableSession);
member this.ApplyConfiguration : System.ServiceModel.ReliableSession -> unit
Public Sub ApplyConfiguration (reliableSession As ReliableSession)

Parameters

reliableSession
ReliableSession

The configuration element to apply.

Exceptions

reliableSession is null.

Applies to