GroupManager Class

 

Manages user groups.

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

System::Object
  Microsoft.WindowsServerSolutions.Groups::GroupManager

public ref class GroupManager : INotifyPropertyChanged, IDisposable

NameDescription
System_CAPS_pubmethodGroupManager()

Creates and initializes a new instance of the GroupManager class.

NameDescription
System_CAPS_pubpropertyConnected

Verifies whether the instance of GroupManager is connected to the Group provider.

NameDescription
System_CAPS_pubmethodAddGroup(String^, GroupDetailInfo^)

Adds a user group account with the specified group name and group information.

System_CAPS_pubmethodAddGroupAsync(String^, GroupDetailInfo^)

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

System_CAPS_pubmethodConnect()

Establishes a connection between the GroupManager object and the group provider.

System_CAPS_pubmethodConnectAsync()

Asynchronously establishes a connection between the GroupManager object and the group provider.

System_CAPS_pubmethodConnectAsync(TimeSpan)

Asynchronously establishes a connection between the GroupManager object and the group provider with a specified timeout period.

System_CAPS_pubmethodDispose()

Releases all resources that are used by the GroupManager object.

System_CAPS_protmethodDispose(Boolean)

Releases all resources that are used by the GroupManager object.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetGroup(SecurityIdentifier^)

Retrieves a Group object from the cache by SecurityIdentifier.

System_CAPS_pubmethodGetGroup(String^)

Retrieves a Group object from the cache by group name.

System_CAPS_pubmethodGetGroups()

Retrieves a collection of Group objects.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodReloadGroups()

Synchronizes the settings between the group provider and Active Directory Domain Services.

System_CAPS_pubmethodReloadGroupsAsync()

Asynchronously synchronizes the settings between the group provider and Active Directory Domain Services.

System_CAPS_pubmethodRemoveGroup(Guid)

Removes the specified user group from the group provider.

System_CAPS_pubmethodRemoveGroupAsync(Guid)

Asynchronously removes a user group from the group provider.

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodUnregisterGroupEvent()

Removes the registration of a GroupManager event.

System_CAPS_pubmethodUpdateGroup(GroupInfo^)

Updates information about a user group.

System_CAPS_pubmethodUpdateGroupAsync(GroupInfo^)

Asynchronously updates information about a user group.

System_CAPS_pubmethodUpdateGroupMembership(Guid, IList<Guid>^, IList<Guid>^)

Updates the membership of a user group.

System_CAPS_pubmethodUpdateGroupMembershipAsync(Guid, IList<Guid>^, IList<Guid>^)

Asynchronously updates the membership of a user group.

NameDescription
System_CAPS_pubeventAddGroupRequestCompletedCallback

The callback to invoke during the event that is fired when there is a request to add a new user group to the group provider.

System_CAPS_pubeventConnectRequestCompletedCallback

The callback to invoke during the event that is fired when there is a request to establish a connection between a GroupManager object and the group provider.

System_CAPS_pubeventConnectTimeoutCallback

The callback to invoke during the ConnectTimeout event.

System_CAPS_pubeventGroupAddedCallback

The callback to invoke during the event that is fired when a group account is added to the group provider.

System_CAPS_pubeventGroupRemovedCallback

The callback to invoke during the event that is fired when a group account is removed from the group provider.

System_CAPS_pubeventGroupUpdatedCallback

The callback to invoke during the event that is fired when a group account is updated.

System_CAPS_pubeventPropertyChanged

The callback to invoke during the event that is fired when a property for a group account is changed.

System_CAPS_pubeventReloadGroupsAsyncRequestCompleted

The callback to invoke during the event that is fired when there is a request to synchronize settings between the group provider and Active Directory Domain Services.

System_CAPS_pubeventRemoveGroupRequestCompletedCallback

The callback to invoke during the event that is fired when there is a request to remove a group account from the group provider.

System_CAPS_pubeventUpdateGroupRequestCompletedCallback

The callback to invoke during the event that is fired when there is a request to update a group account.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: