GetAllUserRolesCompletedEventArgs Constructor (IList<IUserRole>, UserExtensionException)
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