ActivityManager Methods
Include Protected Members
Include Inherited Members
The ActivityManager type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
Dispose | Releases unmanaged resources used by this ActivityManager. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetActivitiesByMe() | Gets an ActivityEventsCollection containing all activity events published by the current user. |
![]() |
GetActivitiesByMe(DateTime) | Gets an ActivityEventsCollection object containing all activity events published by the current user after a specified time. |
![]() |
GetActivitiesByMe(Privacy) | Gets an ActivityEventsCollection object containing all activity events published by the current user that match the specified privacy level. |
![]() |
GetActivitiesByMe(Privacy, DateTime) | Gets an ActivityEventsCollection containing all activity events published by the current user that match the specified privacy level and that have occurred after the specified DateTime object. |
![]() |
GetActivitiesByMe(Privacy, Int32) | Gets an ActivityEventsCollection object containing activity events, up to a specified maximum number, published by the current user that match the specified privacy level. |
![]() |
GetActivitiesByMe(Privacy, DateTime, Int32) | Gets an ActivityEventsCollection object containing activity events, up to a specified maximum number, published by the current user that match the specified privacy level and that have occurred after the specified DateTime object. |
![]() |
GetActivitiesByUser(String) | Gets an ActivityEventsCollection object containing all activity events published by the user with the specified name. |
![]() |
GetActivitiesByUser(UserProfile) | Gets an ActivityEventsCollection object containing all activity events published by the specified user. |
![]() |
GetActivitiesByUser(String, DateTime) | Gets an ActivityEventsCollection object containing all activity events published by the user with the specified name after a specified time. |
![]() |
GetActivitiesByUser(String, Int32) | Gets an ActivityEventsCollection object containing activity events, up to a specified maximum number. |
![]() |
GetActivitiesByUser(UserProfile, DateTime) | Gets an ActivityEventsCollection object containing all activity events published by the specified user that have been published after the specified DateTime. |
![]() |
GetActivitiesByUser(UserProfile, Int32) | Gets an ActivityEventsCollection object containing activity events, up to a specified maximum number, published by the specified user. |
![]() |
GetActivitiesByUser(String, DateTime, Int32) | Gets an ActivityEventsCollection object containing activity events, up to a specified maximum number, published by the user with the specified name after a specified time. |
![]() |
GetActivitiesByUser(UserProfile, DateTime, Int32) | Gets an ActivityEventsCollection object containing all activity events, up to a specified maximum number, published by the specified user that have been published after the specified DateTime. |
![]() |
GetActivitiesForMe() | Gets an ActivityEventsCollection containing all ActivityEvent objects associated with ActivityType objects that represent activity types that are in the current user’s preferences. |
![]() |
GetActivitiesForMe(DateTime) | Gets an ActivityEventsCollection object containing activity events that have occurred after a specified DateTime and associated with ActivityType objects that represent activity types that are in the current user's preferences. |
![]() |
GetActivitiesForMe(Int32) | Gets an ActivityEventsCollection object containing activity events, up to a specified maximum number, associated with ActivityType objects that represent activity types that are in the current user’s preferences. |
![]() |
GetActivitiesForMe(DateTime, Int32) | Gets an ActivityEventsCollection object containing activity events, up to a specified maximum number, that have occurred after a specified DateTime and associated with ActivityType objects that represent activity types that are in the current user’s preferences. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
PrepareToAllowSchemaChanges | Implements copy-on-write behavior for collections inside this ActivityManager object, so that collections within the cached ActivityManager (stored in the User Profile Application) are not modified while any updates are being made. |
![]() |
ToString | (Inherited from Object.) |
Top
.gif)
.gif)