GroupManager.AddGroupAsync Method (String, GroupDetailInfo)

 

Asynchronously adds a new user group account with the specified group name and group information.

Namespace:   Microsoft.WindowsServerSolutions.Groups
Assembly:  UserObjectModel (in UserObjectModel.dll)

Syntax

public void AddGroupAsync(
    string groupName,
    GroupDetailInfo info
)
public:
void AddGroupAsync(
    String^ groupName,
    GroupDetailInfo^ info
)
Public Sub AddGroupAsync (
    groupName As String,
    info As GroupDetailInfo
)

Parameters

See Also

GroupManager Class
Microsoft.WindowsServerSolutions.Groups Namespace

Return to top