ActivityFeedGatherer Members
Include Protected Members
Include Inherited Members
Represents the base class for all activity feed gatherers.
The ActivityFeedGatherer type exposes the following members.
Methods
Name | Description | |
---|---|---|
BatchWriteActivityEvents | Commits a list of ActivityEvent objects to the database. | |
CollectActivityEventsToConsolidate | Converts a dictionary consisting of owner record identifiers and ActivityEvent objects into a list of ActivityEvents that can be batch written to the database. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GetUsersColleaguesAndRights | Returns owners and colleagues as MinimalPerson objects for the specified record identifiers. | |
MemberwiseClone | (Inherited from Object.) | |
MulticastActivityEvents | Distributes the specified events to all colleagues of event owners. | |
ToString | (Inherited from Object.) |
Top