AlertManagementClient.GetFeedSchema(Guid) Method

Definition

Retrieves the list of data feed definition columns.

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

Parameters

feedId
Guid

The identifier of the data feed definition in the current session.

Returns

The collection of the data feed definition columns.

Implements

Applies to