IAdcControllerProvider.ReleaseChannel(Int32) 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.
Releases the channel connection, opening that channel for others to use.
public:
void ReleaseChannel(int channel);
void ReleaseChannel(int const& channel);
public void ReleaseChannel(int channel);
function releaseChannel(channel)
Public Sub ReleaseChannel (channel As Integer)
Parameters
- channel
-
Int32
int
Which channel to close the connection to.