IAdcControllerProvider.AcquireChannel(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.
Acquires a connection to the specified channel.
public:
void AcquireChannel(int channel);
void AcquireChannel(int const& channel);
public void AcquireChannel(int channel);
function acquireChannel(channel)
Public Sub AcquireChannel (channel As Integer)
Parameters
- channel
-
Int32
int
Which channel to connect to.