IUserExtension.GetAllUserRolesAsync Method ()
Asynchronously gets all the IUserRole objects supported by the user extension.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
void GetAllUserRolesAsync()
void GetAllUserRolesAsync()
Sub GetAllUserRolesAsync
Remarks
Subscribe to the GetAllUserRolesCompleted event to obtain the result of this method call.
See Also
IUserExtension Interface
Microsoft.WindowsServerSolutions.Common Namespace
Return to top