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.
Asynchronously connects to the User Manager with the User Provider with the specified timeout period.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public void ConnectAsync(
TimeSpan timeSpan
)
public:
void ConnectAsync(
TimeSpan timeSpan
)
Public Sub ConnectAsync (
timeSpan As TimeSpan
)
Parameters
timeSpan
Type: System.TimeSpanThe time period in which the connection must be made.
See Also
ConnectAsync Overload
UserInfoManager Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top