VcnGatewayConnectionConfig.VcnGatewayOptionEnableDataStallRecoveryWithMobility Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This constant will be removed in the future version. Use Android.Net.Vcn.GatewayOption enum directly instead of this field.
Perform mobility update to attempt recovery from suspected data stalls.
[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
Field Value
Value = 0- Attributes
Remarks
Perform mobility update to attempt recovery from suspected data stalls.
If set, the gateway connection will monitor the data stall detection of the VCN network. When there is a suspected data stall, the gateway connection will attempt recovery by performing a mobility update on the underlying IKE session.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.