다음을 통해 공유


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

데이터 피드 정의의 컬렉션입니다.

구현

적용 대상