Partager via


UserMgmtManager.SyncRequestCompletionCallback Event

 

Represents the callback for the event that is raised when a synchronization of data is requested.

Namespace:   Microsoft.WindowsServerSolutions.Users
Assembly:  UserObjectModel (in UserObjectModel.dll)

Syntax

public event EventHandler<RequestCompletionEventArgs> SyncRequestCompletionCallback
public:
event EventHandler<RequestCompletionEventArgs^>^ SyncRequestCompletionCallback {
    void add(EventHandler<RequestCompletionEventArgs^>^ value);
    void remove(EventHandler<RequestCompletionEventArgs^>^ value);
}
Public Event SyncRequestCompletionCallback As EventHandler(Of RequestCompletionEventArgs)

See Also

UserMgmtManager Class
Microsoft.WindowsServerSolutions.Users Namespace

Return to top