Class ActivityHandlerInvoker
The ActivityHandlerInvoker is responsible for invoking an action, described by a particular activity handler, to process a activity.
Inheritance
System.Object
ActivityHandlerInvoker
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Social.ActivityStreams
Assembly: EPiServer.Social.ActivityStreams.dll
Version: 1.5.4Syntax
public class ActivityHandlerInvoker
Constructors
ActivityHandlerInvoker()
Constructor
Declaration
public ActivityHandlerInvoker()
Methods
Invoke(Object, Activity, Object)
Invokes the specified activity handler to process an activity of a specific type.
Declaration
public void Invoke(object handler, Activity activity, object extension)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | handler | Handler to invoke for the activity |
| Activity | activity | Activity to pass to the activity handler that is invoked |
| System.Object | extension | Activity payload to pass to the activity handler that is invoked |