Causes the current Handle to join the specified channel.
Namespace:
BoneAssembly: BoneNet (in BoneNet.dll) Version: 0.1.3089.35299 (0.1.0)
Syntax
| C# |
|---|
public bool JoinChannel( string channelName, bool inviteOnly ) |
| Visual Basic (Declaration) |
|---|
Public Function JoinChannel ( _ channelName As String, _ inviteOnly As Boolean _ ) As Boolean |
| Visual C++ |
|---|
public: bool JoinChannel( String^ channelName, bool inviteOnly ) |
Parameters
- channelName
- Type: System..::.String
Name of the channel to join,
- inviteOnly
- Type: System..::.Boolean
Specifies if this channel is invite only.