StandardBindingReliableSessionElement.ApplyConfiguration 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將指定之繫結項目的內容套用至這個組態區段。
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)
參數
- reliableSession
- ReliableSession
要套用的組態項目。
例外狀況
reliableSession
為 null
。