EndRequest

This method indicates an ending explicit request boundary when using Application Continuity.

Declaration

// C#
public void EndRequest();

Remarks

Using this method demarcates the end of the request boundary and disables replay. A subsequent BeginRequest call will re-establish a request boundary. Existing state on the connection is not affected by this call.

Calling EndRequest multiple times without BeginRequest in between is allowed.