User.CreateWatcher Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a UserWatcher which enumerates users and raises events when the collection of users changes or when a user’s authentication state changes.
public:
static UserWatcher ^ CreateWatcher();
static UserWatcher CreateWatcher();
public static UserWatcher CreateWatcher();
function createWatcher()
Public Shared Function CreateWatcher () As UserWatcher
Returns
A UserWatcher which enumerates users and raises events when the collection of users changes.