共用方式為


AlertManagementClient.CreateSessionForEdit(Guid, Int32) Method

Definition

Creates a new alerting designer user session for editing an existing alert definition.

public:
 virtual Guid CreateSessionForEdit(Guid alertDefinitionId, int previewRowsCount);
public Guid CreateSessionForEdit (Guid alertDefinitionId, int previewRowsCount);
abstract member CreateSessionForEdit : Guid * int -> Guid
override this.CreateSessionForEdit : Guid * int -> Guid
Public Function CreateSessionForEdit (alertDefinitionId As Guid, previewRowsCount As Integer) As Guid

Parameters

alertDefinitionId
Guid

The alert definition identifier to edit.

previewRowsCount
Int32

The maximum number rows for the preview data.

Returns

The newly created session identifier.

Implements

Applies to