UserInfoManager.GetWSSServerGroupsRequestCompletionCallback Event
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