IAdcControllerProvider.ReleaseChannel(Int32) Method

Definition

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.

Applies to