ServiceProxy<TService>.CloseChannel(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Closes a validated service channel.
protected:
virtual void CloseChannel(bool forceClose);
protected virtual void CloseChannel (bool forceClose);
abstract member CloseChannel : bool -> unit
override this.CloseChannel : bool -> unit
Protected Overridable Sub CloseChannel (forceClose As Boolean)
Parameters
- forceClose
- Boolean
true
if the service channel should be forced to close; otherwise, false
.