RemoveAsync Method
This method will remove an entity from this entity's roster.
Syntax
[VB.NET] Public Function RemoveAsync(ByVal JabberId As String, ByVal Name As String, ByVal Group As String) As Task
[C#] public Task RemoveAsync(string jabberId, string name, string group);