Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the event for the callback of GetWSSServerGroups.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public event EventHandler<GetWSSServerGroupsRequestCompletionArgs> GetWSSServerGroupsRequestCompletionCallback
public:
event EventHandler<GetWSSServerGroupsRequestCompletionArgs^>^ GetWSSServerGroupsRequestCompletionCallback {
void add(EventHandler<GetWSSServerGroupsRequestCompletionArgs^>^ value);
void remove(EventHandler<GetWSSServerGroupsRequestCompletionArgs^>^ value);
}
Public Event GetWSSServerGroupsRequestCompletionCallback As EventHandler(Of GetWSSServerGroupsRequestCompletionArgs)
See Also
UserInfoManager Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top