次の方法で共有


UserInfoManager.ConnectAsync Method (TimeSpan)

 

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.TimeSpan

    The time period in which the connection must be made.

See Also

ConnectAsync Overload
UserInfoManager Class
Microsoft.WindowsServerSolutions.Users Namespace

Return to top