Share via


IAdcControllerProvider.AcquireChannel(Int32) Method

Definition

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.

Applies to