GroupManager.RemoveGroupAsync Method (Guid)

 

Asynchronously removes a user group from the group provider.

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

Syntax

public void RemoveGroupAsync(
    Guid groupId
)
public:
void RemoveGroupAsync(
    Guid groupId
)
Public Sub RemoveGroupAsync (
    groupId As Guid
)

Parameters

  • groupId
    Type: System.Guid

    The GUID that identifies the group to remove.

See Also

GroupManager Class
Microsoft.WindowsServerSolutions.Groups Namespace

Return to top