Invites a user to the specified channel.

Namespace:  Bone
Assembly:  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.

Return Value

true on failure.

See Also