AlertManagementClient.CreateSessionForEditAsCopy(Guid) Method

Definition

Creates a new alerting designer user session for editing existing alert definition by copying existing data feed definition schema.

public:
 virtual Guid CreateSessionForEditAsCopy(Guid alertDefinitionId);
public Guid CreateSessionForEditAsCopy (Guid alertDefinitionId);
abstract member CreateSessionForEditAsCopy : Guid -> Guid
override this.CreateSessionForEditAsCopy : Guid -> Guid
Public Function CreateSessionForEditAsCopy (alertDefinitionId As Guid) As Guid

Parameters

alertDefinitionId
Guid

The existing alert definition identifier to edit.

Returns

The newly created session identifier.

Implements

Applies to