IBindingConfigurationElement 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供繫結項目的基本組態設定。
public interface class IBindingConfigurationElement
public interface IBindingConfigurationElement
type IBindingConfigurationElement = interface
Public Interface IBindingConfigurationElement
- 衍生
屬性
CloseTimeout |
取得供關閉作業完成其作業的時間間隔。 |
Name |
取得繫結的名稱。 |
OpenTimeout |
取得供開啟作業完成其作業的時間間隔。 |
ReceiveTimeout |
取得供接收作業完成其作業的時間間隔。 |
SendTimeout |
取得供傳送作業完成其作業的時間間隔。 |
方法
ApplyConfiguration(Binding) |
將指定之繫結的內容套用至這個繫結組態區段。 |