AlertManagementClient.GetDataFeedDefinitionsForSession(Guid) Method
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.
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.