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.
Initializes a new instance of the GetAllUserRolesCompletedEventArgs class.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
public GetAllUserRolesCompletedEventArgs(
IList<IUserRole> userRoles,
UserExtensionException error
)
public:
GetAllUserRolesCompletedEventArgs(
IList<IUserRole^>^ userRoles,
UserExtensionException^ error
)
Public Sub New (
userRoles As IList(Of IUserRole),
error As UserExtensionException
)
Parameters
userRoles
Type: System.Collections.Generic.IList<IUserRole>List of IUserRole objects.
error
Type: Microsoft.WindowsServerSolutions.Common.UserExtensionExceptionAny error that occurred during the asynchronous operation.
See Also
GetAllUserRolesCompletedEventArgs Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top