RequestCompletionEventArgs Constructor (ReturnClass)

 

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

See Also

RequestCompletionEventArgs Overload
RequestCompletionEventArgs Class
Microsoft.WindowsServerSolutions.Users Namespace

Return to top