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.
Creates a new instance of the RequestCompletionEventArgs object, using the specified return value.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public RequestCompletionEventArgs(
ReturnClass returnValue
)
public:
RequestCompletionEventArgs(
ReturnClass^ returnValue
)
Public Sub New (
returnValue As ReturnClass
)
Parameters
returnValue
Type: Microsoft.WindowsServerSolutions.Users.ReturnClassThe return value.
See Also
RequestCompletionEventArgs Overload
RequestCompletionEventArgs Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top