AlertManagementClient.GetAlertSchedule(Guid) Method

Definition

Retrieves the alert schedule for the specified alert definition identifier.

public:
 virtual AlertingWcfProxy::AlertSchedule ^ GetAlertSchedule(Guid alertDefinitionId);
public AlertingWcfProxy.AlertSchedule GetAlertSchedule (Guid alertDefinitionId);
abstract member GetAlertSchedule : Guid -> AlertingWcfProxy.AlertSchedule
override this.GetAlertSchedule : Guid -> AlertingWcfProxy.AlertSchedule
Public Function GetAlertSchedule (alertDefinitionId As Guid) As AlertSchedule

Parameters

alertDefinitionId
Guid

The alert definition identifier.

Returns

The alert schedule definition.

Implements

Applies to