AlertManagementClient.CreateSessionForEdit(Guid, Int32) メソッド

定義

既存のアラート定義を編集するための新しいアラートデザイナーユーザーセッションを作成します。

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

パラメーター

alertDefinitionId
Guid

アラート定義識別子を編集できます。

previewRowsCount
Int32

プレビューデータの最大行数。

返品

新たに作成されたセッション識別子。

実装

適用対象