IActivityFactory Interface

 

Updated: February 25, 2016

Applies To: SQL Server 2016

Represents a class interface of the activity factory.

Namespace:   Microsoft.ReportingServices.Diagnostics
Assembly:  Microsoft.ReportingServices.Diagnostics (in Microsoft.ReportingServices.Diagnostics.dll)

public interface class IActivityFactory

NameDescription
System_CAPS_pubpropertyCurrentActivityId

Gets the current activity ID.

System_CAPS_pubpropertyCurrentClientActivityId

Gets or sets the activity Id for the current client.

System_CAPS_pubpropertyCurrentRootActivityId

Gets the current root activity.

NameDescription
System_CAPS_pubmethodCreateExternalActivity(Guid, RSActivityType, Guid, String^)

Creates the external activity with the specified id, type, root and client activity id.

System_CAPS_pubmethodCreateSyncActivity(Guid, RSActivityType, Guid, String^)

Gets the sync activity with the specified id, type, root and client activity id.

System_CAPS_pubmethodCreateSyncActivity(RSActivityType)

Creates a sync activity using the specified activity type.

System_CAPS_pubmethodCreateSyncActivityAndReportResult(RSActivityType, Action^)

Creates a synchronous activity and report the result.

System_CAPS_pubmethodCreateSyncActivityAndReportResult<T>(RSActivityType, Func<T>^)

Creates a synchronous activity and report the result.

System_CAPS_pubmethodSetExternalActivity(Guid, RSActivityType, Guid, String^)

Sets the external activity with the specified ID.

Return to top
Show: