Invites a user to the specified channel.
Namespace:
BoneAssembly: BoneNet (in BoneNet.dll) Version: 0.1.3089.35299 (0.1.0)
Syntax
| C# |
|---|
public bool InviteUser( string channelName, string name ) |
| Visual Basic (Declaration) |
|---|
Public Function InviteUser ( _ channelName As String, _ name As String _ ) As Boolean |
| Visual C++ |
|---|
public: bool InviteUser( String^ channelName, String^ name ) |
Parameters
- channelName
- Type: System..::.String
Name of the channel to invite the user to.
- name
- Type: System..::.String
Name of the user to invite to the channel.