TransactionFlowBindingElement.CanBuildChannelFactory<TChannel> 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回值,這個值會指出指定的繫結內容是否可以建置通道處理站,以產生指定型別的通道。
public:
generic <typename TChannel>
override bool CanBuildChannelFactory(System::ServiceModel::Channels::BindingContext ^ context);
public override bool CanBuildChannelFactory<TChannel> (System.ServiceModel.Channels.BindingContext context);
override this.CanBuildChannelFactory : System.ServiceModel.Channels.BindingContext -> bool
Public Overrides Function CanBuildChannelFactory(Of TChannel) (context As BindingContext) As Boolean
類型參數
- TChannel
通道型別。
參數
- context
- BindingContext
應該用來判斷是否能夠建置通道處理站的 BindingContext。
傳回
如果能夠從 true
建置指定通道類型的通道處理站,則為 context
,否則為 false
。
例外狀況
context
為 null
。
備註
在嘗試實際建置處理站之前,您應該呼叫這個方法檢查是否能夠建置指定 TChannel
之 context
類型通道的通道處理站。 請注意,如果無法建置指定通道型別的通道處理站,BuildChannelFactory 就會擲回例外狀況。