IActivitySource Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interface for getting activities from some source.
public interface IActivitySource
type IActivitySource = interface
Public Interface IActivitySource
Methods
Activities(String, String, DateTime) |
Produce an enumeration over conversation. |
WalkActivitiesAsync(Func<IActivity,Task>, String, String, DateTime, CancellationToken) |
Walk over recorded activities and call a function on them. |