Share via


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RankRequest.DeferActivation 属性

定义

获取或设置发送 false,如果用户将看到排名结果,因此个性化体验创建服务需要奖励调用,否则它将为事件分配默认奖励。 如果用户可能看不到排名结果,则发送 true,因为页面稍后呈现,或者排名结果可能被下游代码替代。

[Newtonsoft.Json.JsonProperty(PropertyName="deferActivation")]
public bool? DeferActivation { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="deferActivation")>]
member this.DeferActivation : Nullable<bool> with get, set
Public Property DeferActivation As Nullable(Of Boolean)

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于