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 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.TimeSpanThe time period in which the connection must be made.
See Also
ConnectAsync Overload
MachineIdentityManager Class
Microsoft.WindowsServerSolutions.Devices.Identity Namespace
Return to top