VcnGatewayConnectionConfig.VcnGatewayOptionEnableDataStallRecoveryWithMobility 字段

定义

注意

This constant will be removed in the future version. Use Android.Net.Vcn.GatewayOption enum directly instead of this field.

执行移动更新以尝试从可疑数据停止恢复。

[Android.Runtime.Register("VCN_GATEWAY_OPTION_ENABLE_DATA_STALL_RECOVERY_WITH_MOBILITY", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.Vcn.GatewayOption enum directly instead of this field.", true)]
public const Android.Net.Vcn.GatewayOption VcnGatewayOptionEnableDataStallRecoveryWithMobility = 0;
[<Android.Runtime.Register("VCN_GATEWAY_OPTION_ENABLE_DATA_STALL_RECOVERY_WITH_MOBILITY", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.Vcn.GatewayOption enum directly instead of this field.", true)>]
val mutable VcnGatewayOptionEnableDataStallRecoveryWithMobility : Android.Net.Vcn.GatewayOption

字段值

Value = 0
属性

注解

执行移动更新以尝试从可疑数据停止恢复。

如果设置,网关连接将监视 VCN 网络的数据停止检测。 当存在可疑的数据停止时,网关连接将通过对基础 IKE 会话执行移动更新来尝试恢复。

适用于 . 的 android.net.vcn.VcnGatewayConnectionConfig.VCN_GATEWAY_OPTION_ENABLE_DATA_STALL_RECOVERY_WITH_MOBILITYJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于