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[]

データ フィード定義のコレクションです。

実装

適用対象