AlertManagement.GetDataFeedDefinitionsForSession(Guid) Method

Definition

Returns the list of the data feed definitions for the alerting user session.

public:
 cli::array <AlertingWcfProxy::Feed ^> ^ GetDataFeedDefinitionsForSession(Guid sessionId);
[System.ServiceModel.FaultContract(typeof(AlertingWcfProxy.RsExceptionInfo), Action="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/GetDataFeedDefinitionsForSessionRsExceptionInfoFault", Name="RsExceptionInfo", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.ReportingServices.Alerting.ServiceContract")]
[System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/GetDataFeedDefinitionsForSession", ReplyAction="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/GetDataFeedDefinitionsForSessionResponse")]
public AlertingWcfProxy.Feed[] GetDataFeedDefinitionsForSession (Guid sessionId);
[<System.ServiceModel.FaultContract(typeof(AlertingWcfProxy.RsExceptionInfo), Action="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/GetDataFeedDefinitionsForSessionRsExceptionInfoFault", Name="RsExceptionInfo", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.ReportingServices.Alerting.ServiceContract")>]
[<System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/GetDataFeedDefinitionsForSession", ReplyAction="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/GetDataFeedDefinitionsForSessionResponse")>]
abstract member GetDataFeedDefinitionsForSession : Guid -> AlertingWcfProxy.Feed[]
Public Function GetDataFeedDefinitionsForSession (sessionId As Guid) As Feed()

Parameters

sessionId
Guid

The user session identifier.

Returns

Feed[]

The collection of the feed definitions.

Attributes

Applies to