ChangePresenceAsync Method
This method will set the availability and status of this entity.
Syntax
[VB.NET] Public Function ChangePresenceAsync(ByVal PresenceCode As Integer, ByVal Status As String) As Task
[C#] public Task ChangePresenceAsync(int presenceCode, string status);