This object is used to change a user's status.

Namespace: ININ.IceLib.People
Assembly: ININ.IceLib.People (in ININ.IceLib.People.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public class UserStatusUpdate
Visual Basic
Public Class UserStatusUpdate

Remarks

To change a user's status, create an instance of this object and supply the desired UserStatus, and then call either the UpdateRequest()()()() or UpdateRequestAsync(AsyncCompletedEventHandler, Object) methods. If you use the asynchronous version of this method, the UpdateRequest()()()() event will be triggered when the update of the user's status has completed.

Note
The asynchronous method is preferred since the update can be a lengthy operation.

Inheritance Hierarchy

System..::..Object
  ININ.IceLib.People..::..UserStatusUpdate

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.

See Also