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.
Represents the event for the callback of ConnectTimeout.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public event EventHandler<RequestCompletionEventArgs> ConnectTimeoutCallback
public:
event EventHandler<RequestCompletionEventArgs^>^ ConnectTimeoutCallback {
void add(EventHandler<RequestCompletionEventArgs^>^ value);
void remove(EventHandler<RequestCompletionEventArgs^>^ value);
}
Public Event ConnectTimeoutCallback As EventHandler(Of RequestCompletionEventArgs)
See Also
UserInfoManager Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top