IncomingWebRequestContext.CheckConditionalUpdate Method
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.
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.
public:
void CheckConditionalUpdate(Guid entityTag);
public void CheckConditionalUpdate (Guid entityTag);
member this.CheckConditionalUpdate : Guid -> unit
Public Sub CheckConditionalUpdate (entityTag As Guid)
Parameters
- entityTag
- Guid
The entity tag.
Applies to
CheckConditionalUpdate(Int32)
Called when a conditional update request is made for a resource.
public:
void CheckConditionalUpdate(int entityTag);
public void CheckConditionalUpdate (int entityTag);
member this.CheckConditionalUpdate : int -> unit
Public Sub CheckConditionalUpdate (entityTag As Integer)
Parameters
- entityTag
- Int32
The entity tag.
Applies to
CheckConditionalUpdate(Int64)
Called when a conditional update request is made for a resource.
public:
void CheckConditionalUpdate(long entityTag);
public void CheckConditionalUpdate (long entityTag);
member this.CheckConditionalUpdate : int64 -> unit
Public Sub CheckConditionalUpdate (entityTag As Long)
Parameters
- entityTag
- Int64
The entity tag.
Applies to
CheckConditionalUpdate(String)
Called when a conditional update request is made for a resource.
public:
void CheckConditionalUpdate(System::String ^ entityTag);
public void CheckConditionalUpdate (string entityTag);
member this.CheckConditionalUpdate : string -> unit
Public Sub CheckConditionalUpdate (entityTag As String)
Parameters
- entityTag
- String
The entity tag.