Share via


AlertManagementClient.GetDataFeedDefinitionsForSession(Guid) 方法

定义

为警报设计器用户会话检索数据馈送定义的列表。

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()

参数

sessionId
Guid

会话标识符。

返回

Feed[]

数据馈送定义的集合。

实现

适用于