UserInfoManager Class

 

Represents the operations that are used to manage UserInfo objects.

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

System::Object
  Microsoft.WindowsServerSolutions.Users::UserInfoManager

public ref class UserInfoManager : INotifyPropertyChanged, IDisposable

NameDescription
System_CAPS_pubmethodUserInfoManager()

Initializes a new instance of the UserInfoManager class.

NameDescription
System_CAPS_pubpropertyConnected

Gets the status of the connection to the User Provider.

NameDescription
System_CAPS_pubmethodConnect()

Connects to the User Provider.

System_CAPS_pubmethodConnectAsync()

Asynchronously connects the User Manager with the User Provider.

System_CAPS_pubmethodConnectAsync(TimeSpan)

Asynchronously connects to the User Manager with the User Provider with the specified timeout period.

System_CAPS_pubmethodDispose()

Release all resources that are used by the UserInfoManager object.

System_CAPS_protmethodDispose(Boolean)

Releases the unmanaged resources used by the UserInfoManager object and optionally releases the managed resources.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetGroups()

Returns a list of groups to which the current user is a member.

System_CAPS_pubmethodGetGroupsAsync()

Asynchronously returns a list of groups to which the current user is a member.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGetWSSServerGroups()

Returns a list of groups to which the current user is a member.

System_CAPS_pubmethodGetWSSServerGroupsAsync()

Asynchronously returns a list of groups to which the current user is a member.

System_CAPS_pubmethodIsPartOfServerUsers()

Indicates whether the current user account exists on the server.

System_CAPS_pubmethodIsPartOfServerUsersAsync()

Asynchronously determines whether the current user account exists on the server.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventConnectRequestCompletionCallback

Represents the callback for the event that is raised when connection is requested.

System_CAPS_pubeventConnectTimeoutCallback

Represents the event for the callback of ConnectTimeout.

System_CAPS_pubeventGetGroupsRequestCompletionCallback

Represents the event for the callback of GetGroups.

System_CAPS_pubeventGetWSSServerGroupsRequestCompletionCallback

Represents the event for the callback of GetWSSServerGroups.

System_CAPS_pubeventIsPartOfServerUsersRequestCompletionCallback

Represents the event for the callback of IsPartOfServerUsers.

System_CAPS_pubeventPropertyChanged

Represents the callback for the event that is raised when a property for a user account is changed.

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: