User.CreateWatcher 方法

定义

创建一个 UserWatcher, 它枚举用户,并在用户集合更改或用户的身份验证状态更改时引发事件。

public:
 static UserWatcher ^ CreateWatcher();
 static UserWatcher CreateWatcher();
public static UserWatcher CreateWatcher();
function createWatcher()
Public Shared Function CreateWatcher () As UserWatcher

返回

枚举用户并在用户集合更改时引发事件的 UserWatcher

适用于

另请参阅