次の方法で共有


EventsExtensions.ActivateWithHttpMessages メソッド

定義

指定されたイベントが実際にユーザーに表示されていることと、そのイベントに対する報酬が必要であることを報告します。

public static Microsoft.Rest.HttpOperationResponse ActivateWithHttpMessages (this Microsoft.Azure.CognitiveServices.Personalizer.IEvents operations, string eventId, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default);
static member ActivateWithHttpMessages : Microsoft.Azure.CognitiveServices.Personalizer.IEvents * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> -> Microsoft.Rest.HttpOperationResponse
<Extension()>
Public Function ActivateWithHttpMessages (operations As IEvents, eventId As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing) As HttpOperationResponse

パラメーター

operations
IEvents

この拡張メソッドの操作グループ。

eventId
String

このアクティブ化が適用されるイベント ID。

customHeaders
Dictionary<String,List<String>>

要求に追加されるヘッダー。

戻り値

適用対象