BeginRequest

This method starts an explicit request boundary when using Application Continuity.

Declaration

// C#
public void BeginRequest();

Remarks

When called after another BeginRequest, but before an EndRequest, this call is a no-op and does not throw any exception. Therefore, applications are allowed to call BeginRequest after a connection pool checkout, which implicitly calls BeginRequest.