Partager via


MachineIdentityManager.ConnectAsync Method (TimeSpan)

 

Asynchronously connects the Machine Identity Manager to the User Provider with the specified timeout period.

Namespace:   Microsoft.WindowsServerSolutions.Devices.Identity
Assembly:  MachineIdentityObjectModel (in MachineIdentityObjectModel.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
MachineIdentityManager Class
Microsoft.WindowsServerSolutions.Devices.Identity Namespace

Return to top