AlertManagementClient.GetDataFeedDefinitionsForSession(Guid) Method

Definition

Retrieves the list of the data feed definitions for the alerting designer user session.

public:
 virtual cli::array <AlertingWcfProxy::Feed ^> ^ GetDataFeedDefinitionsForSession(Guid sessionId);
public AlertingWcfProxy.Feed[] GetDataFeedDefinitionsForSession (Guid sessionId);
abstract member GetDataFeedDefinitionsForSession : Guid -> AlertingWcfProxy.Feed[]
override this.GetDataFeedDefinitionsForSession : Guid -> AlertingWcfProxy.Feed[]
Public Function GetDataFeedDefinitionsForSession (sessionId As Guid) As Feed()

Parameters

sessionId
Guid

The session identifier.

Returns

Feed[]

The collection of the data feed definitions.

Implements

Applies to