GroupManager.ConnectAsync Method (TimeSpan)
Asynchronously establishes a connection between the GroupManager object and the group provider with a specified timeout period.
Namespace: Microsoft.WindowsServerSolutions.Groups
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 timeout period for the operation.
See Also
ConnectAsync Overload
GroupManager Class
Microsoft.WindowsServerSolutions.Groups Namespace
Return to top