Edit

Share via


IncomingWebRequestContext.CheckConditionalUpdate Method

Definition

Called when a conditional update request is made for a resource.

Overloads

CheckConditionalUpdate(Guid)

Called when a conditional receive request is made for a resource.

CheckConditionalUpdate(Int32)

Called when a conditional update request is made for a resource.

CheckConditionalUpdate(Int64)

Called when a conditional update request is made for a resource.

CheckConditionalUpdate(String)

Called when a conditional update request is made for a resource.

CheckConditionalUpdate(Guid)

Called when a conditional receive request is made for a resource.

C#
public void CheckConditionalUpdate(Guid entityTag);

Parameters

entityTag
Guid

The entity tag.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

CheckConditionalUpdate(Int32)

Called when a conditional update request is made for a resource.

C#
public void CheckConditionalUpdate(int entityTag);

Parameters

entityTag
Int32

The entity tag.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

CheckConditionalUpdate(Int64)

Called when a conditional update request is made for a resource.

C#
public void CheckConditionalUpdate(long entityTag);

Parameters

entityTag
Int64

The entity tag.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

CheckConditionalUpdate(String)

Called when a conditional update request is made for a resource.

C#
public void CheckConditionalUpdate(string entityTag);

Parameters

entityTag
String

The entity tag.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1