'Declaration
<System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")>
Public Overloads Sub AddOnAcquireRequestStateAsync( _
ByVal As System.Web.BeginEventHandler, _
ByVal As System.Web.EndEventHandler _
)
'Usage
Dim instance As Global
Dim bh As System.Web.BeginEventHandler
Dim eh As System.Web.EndEventHandler
instance.AddOnAcquireRequestStateAsync(bh, eh)
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public void AddOnAcquireRequestStateAsync(
System.Web.BeginEventHandler ,
System.Web.EndEventHandler
)
public procedure AddOnAcquireRequestStateAsync(
: System.Web.BeginEventHandler;
: System.Web.EndEventHandler
);
System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")
public function AddOnAcquireRequestStateAsync(
: System.Web.BeginEventHandler,
: System.Web.EndEventHandler
);
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public: void AddOnAcquireRequestStateAsync(
System.Web.BeginEventHandler* ,
System.Web.EndEventHandler*
)
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public:
void AddOnAcquireRequestStateAsync(
System.Web.BeginEventHandler^ ,
System.Web.EndEventHandler^
)